ContentKeyPolicyRsaTokenKey Class

Definition

Specifies a RSA key for token validation

[Newtonsoft.Json.JsonObject("#Microsoft.Media.ContentKeyPolicyRsaTokenKey")]
public class ContentKeyPolicyRsaTokenKey : Microsoft.Azure.Management.Media.Models.ContentKeyPolicyRestrictionTokenKey
[<Newtonsoft.Json.JsonObject("#Microsoft.Media.ContentKeyPolicyRsaTokenKey")>]
type ContentKeyPolicyRsaTokenKey = class
    inherit ContentKeyPolicyRestrictionTokenKey
Public Class ContentKeyPolicyRsaTokenKey
Inherits ContentKeyPolicyRestrictionTokenKey
Inheritance
ContentKeyPolicyRsaTokenKey
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

ContentKeyPolicyRsaTokenKey()

Initializes a new instance of the ContentKeyPolicyRsaTokenKey class.

ContentKeyPolicyRsaTokenKey(Byte[], Byte[])

Initializes a new instance of the ContentKeyPolicyRsaTokenKey class.

Properties

Exponent

Gets or sets the RSA Parameter exponent

Modulus

Gets or sets the RSA Parameter modulus

Methods

Validate()

Validate the object.

Applies to