CertificateBundle 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.
A certificate bundle consists of a certificate (X509) plus its attributes.
public class CertificateBundle
type CertificateBundle = class
Public Class CertificateBundle
- Inheritance
-
CertificateBundle
- Derived
Constructors
CertificateBundle() |
Initializes a new instance of the CertificateBundle class. |
CertificateBundle(String, String, String, Byte[], CertificatePolicy, Byte[], String, CertificateAttributes, IDictionary<String,String>) |
Initializes a new instance of the CertificateBundle class. |
Properties
Attributes |
Gets or sets the certificate attributes. |
Cer |
Gets or sets CER contents of x509 certificate. |
CertificateIdentifier |
This is the Id of the certificate. |
ContentType |
Gets or sets the content type of the secret. |
Id |
Gets the certificate id. |
KeyIdentifier |
This is the Id of the key backing the certificate. |
Kid |
Gets the key id. |
Policy |
Gets the management policy. |
SecretIdentifier |
This is the Id of the secret backing the certificate. |
Sid |
Gets the secret id. |
Tags |
Gets or sets application specific metadata in the form of key-value pairs |
X509Thumbprint |
Gets thumbprint of the certificate. |
Methods
Validate() |
Validate the object. |