Click or drag to resize

X509CTLEntryCertificate Property

Gets a pointer to a X509Certificate2 object which is described by this object. If the certificate is not installed on the current system, the property returns Zero.

Namespace:  System.Security.Cryptography.X509Certificates
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public IntPtr Certificate { get; }

Property Value

Type: IntPtr
See Also