Click or drag to resize
GDSecureMimeDecoderDecryptAsync Method
Decrypts an SMIME message.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public IAsyncOperation<GDSecureMimeError> DecryptAsync()

Return Value

Type: IAsyncOperationGDSecureMimeError
This method returns None if decryption succeeded.
Exceptions
ExceptionCondition
FailureExceptionThrows FailureException when input was not Encrypted or Decoded before calling Decrypt
See Also