Click or drag to resize

X509Certificate2Extensions Methods

The X509Certificate2Extensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDeletePrivateKey
Deletes private key material associated with a X.509 certificate from file system or hardware storage.
Public methodStatic memberGetCertificateContextProperties
Gets a collection of certificate context properties associated with the current certificate. If no property is associated, an empty collection will be returned.
Public methodStatic memberGetCertificateContextProperty
Gets a specified certificate context property.
Public methodStatic memberGetCertificateContextPropertyList
Gets the list of certificate properties associated with the current certificate object.
Public methodStatic memberResolveExtensions
Converts generic X.509 extension objects to specialized certificate extension objects inherited from X509Extension class that provide extension-specific information.
Top
See Also