Creates a new instance of Certificate based on the specified context.

Namespace:  Rebex.Security.Certificates
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Sub New ( _
	handle As IntPtr _
)
C#
public Certificate(
	IntPtr handle
)

Parameters

handle
Type: System..::..IntPtr
A pointer to the certificate context.

Remarks

Only supported on Windows platforms.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also