Discuss this help topic in SecureBlackbox Forum
This property is obsolete, use SaveToBuffer instead.
Declaration
[VB.NET]
Property CertHandle As IntPtr
[Pascal]
property CertHandle : CERT_CONTEXT;
[C++]
PCCERT_CONTEXT get_CertHandle();
void set_CertHandle(PCCERT_CONTEXT Value);
[PHP]
CERT_CONTEXT get_CertHandle()
void set_CertHandle(CERT_CONTEXT $Value)
[Java]
JNI$Pointer getCertHandle();
void setCertHandle(JNI$Pointer Value);
Description
Use this property to get system handle of the certificate if it belongs to the system cert store.
If it doesn't belong to the system store, nil / null / Nothing is returned.
Discuss this help topic in SecureBlackbox Forum