Discuss this help topic in SecureBlackbox Forum
This topic is under development…
Declaration
[VB.NET]
Property CertHandle As IntPtr
[Pascal]
property CertHandle : PCCERT_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
…
Discuss this help topic in SecureBlackbox Forum