你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ContentKeyPolicyRsaTokenKey(Byte[], Byte[]) 构造函数

定义

初始化 ContentKeyPolicyRsaTokenKey 的新实例。

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

参数

exponent
Byte[]

RSA 参数指数。

modulus
Byte[]

RSA 参数取模。

适用于