Click or drag to resize
GDSecureMimeDecoder Methods

The GDSecureMimeDecoder type exposes the following members.

Methods
  NameDescription
Public methodDecodeAsync
Decodes an SMIME message.
Public methodDecryptAsync
Decrypts an SMIME message.
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodProcessMessageAsync
A helper function which will decrypt, verify and extract clear text content from an SMIME message.
Public methodToString (Inherited from Object.)
Public methodVerifySignatureAsync
Verify signature of a signed SMIME message using default options.
Public methodVerifySignatureAsync(GDSMIMESignatureVerificationOptions)
Verify signature of a signed SMIME message.
Public methodVerifySignatureAsync(GDSMIMESignatureVerificationOptions, String)
Verify signature of a signed SMIME message.
Top
See Also