Discuss this help topic in SecureBlackbox Forum

TElX509Certificate.PKCS11Label

TElX509Certificate     See also     


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


The label of the Cryptoki object.

Declaration

[C#]
    string PKCS11Label;

[VB.NET]
    Property PKCS11Label As String

[Pascal]
    property PKCS11Label : string;

[C++]
    void get_PKCS11Label(std::string &OutResult);
    void set_PKCS11Label(const std::string &Value);

[PHP]
    string get_PKCS11Label()
    void set_PKCS11Label(string $Value)

[Java]
    String getPKCS11Label();
    void setPKCS11Label(String Value);

Description

    This property specifies the label of the Cryptoki object where this certificate is stored.

See also:     PKCS11Handle     PKCS11ObjectID    

Discuss this help topic in SecureBlackbox Forum