ContentKeyPolicyRsaTokenKey Class

Specifies a RSA key for token validation.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.media.models._models_py3.ContentKeyPolicyRestrictionTokenKey
ContentKeyPolicyRsaTokenKey

Constructor

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

Variables

odata_type
str

Required. The discriminator for derived types.Constant filled by server.

exponent
bytearray

Required. The RSA Parameter exponent.

modulus
bytearray

Required. The RSA Parameter modulus.