Gets or sets a handle to a Microsoft Cryptographic API certificate context described by an unmanaged PCCERT_CONTEXT structure.
[Visual Basic] Public Property Handle As IntPtr
[C#] public IntPtr Handle {get; set;}
[C++] public: __property IntPtr get_Handle(); public: __property set_Handle( IntPtr );
[JScript] public function get Handle() : IntPtr; public function set Handle( IntPtr );
Property Value
Remarks
See Also
Mail.VerifySignature Method
Mail.Decrypt Method
Online Tutorials
Verify Digital Signature and Decrypt Email in C# - S/MIME
Verify Digital Signature and Decrypt Email in VB - S/MIME
Verify Digital Signature and Decrypt Email in C++/CLI - S/MIME