PowerTCP Mail for .NET
Handle Property
See Also  Send comments on this topic.
Dart.PowerTCP.Mail Namespace > Certificate Class : Handle Property




Holds a handle to the Certificate object for advanced users.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Handle As IntPtr
Visual Basic (Usage)Copy Code
Dim instance As Certificate
Dim value As IntPtr
 
value = instance.Handle
C# 
public IntPtr Handle {get;}
Managed Extensions for C++ 
public: __property IntPtr get_Handle();
C++/CLI 
public:
property IntPtr Handle {
   IntPtr get();
}

Remarks

Use this handle in place of PCCERT_CONTEXT values in relevant Crypto API functions.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 3.2
© 2010 Dart Communications. All Rights Reserved.