Build 1.01.318.0
[This is preliminary documentation and is subject to change.]
The CertificateIdentifier type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CertificateIdentifier()()()() |
The default constructor.
| |
| CertificateIdentifier(array<Byte>[]()[][]) |
Initializes the identifier with the raw data from a certificate.
| |
| CertificateIdentifier(X509Certificate2) |
Initializes the identifier with the raw data from a certificate.
| |
| CertificateIdentifier(X509Certificate2, CertificateValidationOptions) |
Initializes the identifier with the raw data from a certificate.
|
Methods
| Name | Description | |
|---|---|---|
| Clone |
Creates a new object that is a copy of the current instance.
| |
| CreateBlob |
Creates a DER blob from a certificate with zero or more supporting certificates.
| |
| Equals |
Returns true if the objects are equal.
(Overrides Object..::..Equals(Object).) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| Find()()()() |
Finds a certificate in a store.
| |
| Find(Boolean) |
Finds a certificate in a store.
| |
| GetDisplayName |
Returns a display name for a certificate.
| |
| GetHashCode |
Returns a suitable hash code.
(Overrides Object..::..GetHashCode()()()().) | |
| GetPrivateKeyFilePath |
Gets the private key file path.
| |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| OpenStore |
Returns an object that can be used to access the store containing the certificate.
| |
| ParseBlob |
Parses a blob with a list of DER encoded certificates.
| |
| Paste |
Updates the object from another object (usage is not updated).
| |
| ToString()()()() | (Overrides Object..::..ToString()()()().) | |
| ToString(String, IFormatProvider) |
Formats the value of the current instance using the specified format.
|
Properties
| Name | Description | |
|---|---|---|
| Certificate |
Gets or sets the actual certificate.
| |
| RawData |
Gets the DER encoded certificate data or create emebeded in this instance certifcate using the DER encoded certificate data.
| |
| StoreLocation | Obsolete.
The location of the store that contains the certificate.
| |
| StoreName | Obsolete.
The name of the store that contains the certificate.
| |
| StorePath |
The path that identifies the certificate store.
| |
| StoreType |
The type of certificate store.
| |
| SubjectName |
The certificate's subject name - the distinguished name of an X509 certificate.
| |
| Thumbprint |
The certificate's thumbprint.
| |
| ValidationOptions |
Gets or sets the validation options.
|