Click or drag to resize
GDSecureMimeCertificate Methods

The GDSecureMimeCertificate type exposes the following members.

Methods
  NameDescription
Public methodCommitToStore
Add a certificate to the secure store
Public methodDeleteFromStore
Delete certificate from the secure store
Public methodStatic memberDeleteRecipientsFromStore
Delete all recipient certificates from the secure store.
Public methodEquals (Inherited from Object.)
Public methodStatic memberGetCertificates(String)
Retrieves certificates from local secure store which subject name match email address from param.
Public methodStatic memberGetCertificates(IListString)
Retrieves certificates from local secure store which subject name match one or more email addresses from the list.
Public methodStatic memberGetDecryptionCertificates
Retrieves certificates found on the system that are valid for email decryption purposes. The presence of these certificates indicates that the user has what is required to receive and decrypt SMIME messages.
Public methodGetHashCode (Inherited from Object.)
Public methodStatic memberGetSigningCertificates
Retrieves certificates found in the container that are valid for email signing purposes. The presence of these certificates indicates that the user has what is required to sign SMIME messages.
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Public methodVerify(GDSMIMECertificateVerificationOptions)
Verifies recipient certificate using chain of trusted certificates that are present in GD local store.
Public methodVerify(GDSMIMECertificateVerificationOptions, String)
Verifies recipient certificate using provided revocation URL and chain of trusted certificates that are present in GD local store.
Top
See Also