ContentKeyPolicyRsaTokenKeyResponse

data class ContentKeyPolicyRsaTokenKeyResponse(val exponent: String, val modulus: String, val odataType: String)

Specifies a RSA key for token validation

Constructors

Link copied to clipboard
constructor(exponent: String, modulus: String, odataType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The RSA Parameter exponent

Link copied to clipboard

The RSA Parameter modulus

Link copied to clipboard

The discriminator for derived types. Expected value is '#Microsoft.Media.ContentKeyPolicyRsaTokenKey'.