ContentKeyPolicyX509CertificateTokenKey Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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. |