Content Key Policy Policy Option Token Restriction Alternate Key
data class ContentKeyPolicyPolicyOptionTokenRestrictionAlternateKey(val rsaTokenKeyExponent: String? = null, val rsaTokenKeyModulus: String? = null, val symmetricTokenKey: String? = null, val x509TokenKeyRaw: String? = null)
Properties
Link copied to clipboard
The RSA parameter exponent.
Link copied to clipboard
The RSA parameter modulus.
Link copied to clipboard
The key value of the key. Specifies a symmetric key for token validation.
Link copied to clipboard
The raw data field of a certificate in PKCS 12 format (X509Certificate2 in .NET). Specifies a certificate for token validation.