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; }
Public ReadOnly Property Certificate As IntPtr
Get
public:
property IntPtr Certificate {
IntPtr get ();
}
member Certificate : IntPtr with get
Property Value
Type:
IntPtrSee Also