Click or drag to resize
GDSecureMimeError Enumeration
These errors are used as return codes from [!:GD::GDSecureMimeDecoder] functions.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public enum GDSecureMimeError
Members
  Member nameValueDescription
None0Everything's fine.
InvalidArgument1Invalid arguments were passed.
General2General purpose error.
VerificationFailure3Failed to verify signature.
DecryptionFailure4Failed to decrypt message.
EncryptionFailure5Failed to encrypt message
ParsingFailure6Failed to decode a message.
SigningFailure7Failed to sign a message.
WritingFailure8Failed to write into memory buffer.
StorageFailure9Failed to retrieve data from local secure storage.
ChainVerification10Failed to build or verify a trusted chain of certificates.
Unknown11Unknown error happened.
See Also

Reference