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

ContentKeyPolicyRsaTokenKey 类

指定用于令牌验证的 RSA 密钥。

必须填充所有必需的参数才能发送到 Azure。

继承
azure.mgmt.media.models._models_py3.ContentKeyPolicyRestrictionTokenKey
ContentKeyPolicyRsaTokenKey

构造函数

ContentKeyPolicyRsaTokenKey(*, exponent: bytes, modulus: bytes, **kwargs)

仅限关键字的参数

名称 说明
exponent

RSA 参数指数。 必需。

modulus

RSA 参数取模。 必需。

变量

名称 说明
odata_type
str

派生类型的鉴别器。 必需。

exponent

RSA 参数指数。 必需。

modulus

RSA 参数取模。 必需。