Build 1.01.318.0

[This is preliminary documentation and is subject to change.]

The CertificateIdentifier type exposes the following members.

Constructors

  NameDescription
Public methodCertificateIdentifier()()()()
The default constructor.
Public methodCertificateIdentifier(array<Byte>[]()[][])
Initializes the identifier with the raw data from a certificate.
Public methodCertificateIdentifier(X509Certificate2)
Initializes the identifier with the raw data from a certificate.
Public methodCertificateIdentifier(X509Certificate2, CertificateValidationOptions)
Initializes the identifier with the raw data from a certificate.

Methods

  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
Public methodStatic memberCreateBlob
Creates a DER blob from a certificate with zero or more supporting certificates.
Public methodEquals
Returns true if the objects are equal.
(Overrides Object..::..Equals(Object).)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFind()()()()
Finds a certificate in a store.
Public methodFind(Boolean)
Finds a certificate in a store.
Public methodStatic memberGetDisplayName
Returns a display name for a certificate.
Public methodGetHashCode
Returns a suitable hash code.
(Overrides Object..::..GetHashCode()()()().)
Public methodGetPrivateKeyFilePath
Gets the private key file path.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOpenStore
Returns an object that can be used to access the store containing the certificate.
Public methodStatic memberParseBlob
Parses a blob with a list of DER encoded certificates.
Public methodPaste
Updates the object from another object (usage is not updated).
Public methodToString()()()()
Returns a String that represents the current Object.
(Overrides Object..::..ToString()()()().)
Public methodToString(String, IFormatProvider)
Formats the value of the current instance using the specified format.

Properties

  NameDescription
Public propertyCertificate
Gets or sets the actual certificate.
Public propertyRawData
Gets the DER encoded certificate data or create emebeded in this instance certifcate using the DER encoded certificate data.
Public propertyStoreLocation Obsolete.
The location of the store that contains the certificate.
Public propertyStoreName Obsolete.
The name of the store that contains the certificate.
Public propertyStorePath
The path that identifies the certificate store.
Public propertyStoreType
The type of certificate store.
Public propertySubjectName
The certificate's subject name - the distinguished name of an X509 certificate.
Public propertyThumbprint
The certificate's thumbprint.
Public propertyValidationOptions
Gets or sets the validation options.

See Also