ContentKeyPolicyX509CertificateTokenKey Constructors
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.
Overloads
ContentKeyPolicyX509CertificateTokenKey() |
Initializes a new instance of the ContentKeyPolicyX509CertificateTokenKey class. |
ContentKeyPolicyX509CertificateTokenKey(Byte[]) |
Initializes a new instance of the ContentKeyPolicyX509CertificateTokenKey class. |
ContentKeyPolicyX509CertificateTokenKey()
Initializes a new instance of the ContentKeyPolicyX509CertificateTokenKey class.
public ContentKeyPolicyX509CertificateTokenKey ();
Public Sub New ()
Applies to
ContentKeyPolicyX509CertificateTokenKey(Byte[])
Initializes a new instance of the ContentKeyPolicyX509CertificateTokenKey class.
public ContentKeyPolicyX509CertificateTokenKey (byte[] rawBody);
new Microsoft.Azure.Management.Media.Models.ContentKeyPolicyX509CertificateTokenKey : byte[] -> Microsoft.Azure.Management.Media.Models.ContentKeyPolicyX509CertificateTokenKey
Public Sub New (rawBody As Byte())
Parameters
- rawBody
- Byte[]
The raw data field of a certificate in PKCS 12 format (X509Certificate2 in .NET)
Applies to
Azure SDK for .NET