Click or drag to resize

CertificateManager Methods

The CertificateManager type exposes the following members.

Methods
  NameDescription
Public methodDeleteCertificateStore
Deletes an existing private trust store.
Public methodDeleteClientIdentityCertificateChain
Deletes a provisioned client identity certificate and a private key.
Public methodEnroll
Request client identity certificate enrollment.
Public methodGetCertificates
Returns information about the certificates stored in the private trust store.
Public methodGetClientIdentityCertificate
Returns a provisioned client identity certificate.
Public methodIsCertificateStoreInUse
Returns the private trust store status.
Public methodSetCertificates
Creates the private trust store using supplied trusted anchors (Root and Intermediate CA certificates).
Public methodSetClientIdentityCertificate
Set the client certificate from Windows Personal Certificate store to be used during mutual authentication.
Public methodSetClientIdentityCertificateChain
Securely stores a client identity certificate and a private key to use during mutual authentication.
Public methodValidateCertificates(ListX509Certificate2, CertificateManagerCertificateValidatorCompletionHandler)
Performs a trust validation of a certificate chain to determine if the secure connection with the peer can be trusted.
Public methodValidateCertificates(ListX509Certificate2, String, String, Int32, CertificateManagerCertificateValidatorCompletionHandler)
Performs a trust validation of a certificate chain to determine if the secure connection with the peer can be trusted.
Top
See Also