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