ContentKeyPolicyX509CertificateTokenKey Class

Definition

Specifies a certificate for token validation.

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

Constructors

ContentKeyPolicyX509CertificateTokenKey()

Initializes a new instance of the ContentKeyPolicyX509CertificateTokenKey class.

ContentKeyPolicyX509CertificateTokenKey(Byte[])

Initializes a new instance of the ContentKeyPolicyX509CertificateTokenKey class.

Properties

RawBody

Gets or sets the raw data field of a certificate in PKCS 12 format (X509Certificate2 in .NET)

Methods

Validate()

Validate the object.

Applies to