Gets a handle of the certificate.

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

Syntax

Visual Basic
Public ReadOnly Property Handle As IntPtr
	Get
C#
public IntPtr Handle { get; }

Field Value

A handle of the certificate.

Remarks

Only supported on Windows platforms.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also