Discuss this help topic in SecureBlackbox Forum
Returns the handle of the object where the certificate is stored.
Declaration
[VB.NET]
Property PKCS11Handle As Long
[Pascal]
property : UInt64;
[C++]
uint64_t get_PKCS11Handle();
void set_PKCS11Handle(uint64_t Value);
[PHP]
integer get_PKCS11Handle()
void set_PKCS11Handle(integer $Value)
[Java]
long getPKCS11Handle();
void setPKCS11Handle(long Value);
Description
Use this property to get the handle of the PKCS11 crypto object where the certificate is stored.
Discuss this help topic in SecureBlackbox Forum