Overload | Description |
---|---|
CertificateIdentifier Constructor() | The default constructor. |
CertificateIdentifier Constructor(X509Certificate2) | Initializes the identifier with the raw data from a certificate. |
CertificateIdentifier Constructor(X509Certificate2,CertificateValidationOptions) | Initializes the identifier with the raw data from a certificate. |
CertificateIdentifier Constructor(Byte[]) | Initializes the identifier with the raw data from a certificate. |