ContentKeyPolicyRsaTokenKey コンストラクター

定義

オーバーロード

ContentKeyPolicyRsaTokenKey()

ContentKeyPolicyRsaTokenKey クラスの新しいインスタンスを初期化します。

ContentKeyPolicyRsaTokenKey(Byte[], Byte[])

ContentKeyPolicyRsaTokenKey クラスの新しいインスタンスを初期化します。

ContentKeyPolicyRsaTokenKey()

ContentKeyPolicyRsaTokenKey クラスの新しいインスタンスを初期化します。

public ContentKeyPolicyRsaTokenKey ();
Public Sub New ()

適用対象

ContentKeyPolicyRsaTokenKey(Byte[], Byte[])

ContentKeyPolicyRsaTokenKey クラスの新しいインスタンスを初期化します。

public ContentKeyPolicyRsaTokenKey (byte[] exponent, byte[] modulus);
new Microsoft.Azure.Management.Media.Models.ContentKeyPolicyRsaTokenKey : byte[] * byte[] -> Microsoft.Azure.Management.Media.Models.ContentKeyPolicyRsaTokenKey
Public Sub New (exponent As Byte(), modulus As Byte())

パラメーター

exponent
Byte[]

RSA パラメーター指数

modulus
Byte[]

RSA パラメーターの剰余

適用対象