MailBee.NET Objects 4.0

SmimeResult Class

Provides access to the decrypted message, signature verification status and other values returned by the methods of Smime class.

For a list of all members of this type, see SmimeResult Members.

System.Object
   MailBee.Security.SmimeResult

public class SmimeResult

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

The following methods of Smime class return SmimeResult objects: Decrypt, Verify, DecryptAndVerify.

Example

The examples are available in Decrypt, Verify, DecryptAndVerify topics.

Requirements

Namespace: MailBee.Security

Assembly: MailBee.NET (in MailBee.NET.dll)

See Also

SmimeResult Members | MailBee.Security Namespace | Smime