The X509CertificateUtil type exposes the following members.

Methods

  NameDescription
Public methodStatic memberAreEqual
Checks if two certificates are equal.
Public methodStatic memberCheckNotNullOrEmpty
Throws an 'ArgumentException' is an certificate collection is null or empty.
Public methodStatic memberGetCertificate(String, X509FindType)
Gets a certificate from the Windows certificate repository.
Public methodStatic memberGetCertificate(String, X509FindType, StoreName, StoreLocation, Boolean)
Gets a certificate from the Windows certificate repository.
Public methodStatic memberGetCertificatePEM
Gets the PEM string for a particular certificate.
Public methodStatic memberGetCertificateSKI
Gets the SKI value of a certificate.
Public methodStatic memberGetSubjectKeyIdentifier
Returns the subject key identifier of a certificate.

Extension Methods

  NameDescription

Fields

  NameDescription
Public fieldStatic memberSubjectKeyIdentifierOid
The Oid which defines a certificate's subject key identifier.

See Also