Discuss this help topic in SecureBlackbox Forum

TElX509Certificate.PKCS11Handle

TElX509Certificate     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Returns the handle of the object where the certificate is stored.

Declaration

[C#]
    ulong PKCS11Handle;

[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.

See also:     PKCS11Label     PKCS11ObjectID    

Discuss this help topic in SecureBlackbox Forum