Discuss this help topic in SecureBlackbox Forum

TElPKCS11X509CertificateObject.KeyID

TElPKCS11X509CertificateObject     See also     


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


Declaration

[C#]
    byte[] KeyID;

[VB.NET]
    Property KeyID As Byte()

[Pascal]
    under development

[C++]
    void get_KeyID(std::vector<uint8_t> &OutResult);
    void set_KeyID(const std::vector<uint8_t> &Value);

[PHP]
    string get_KeyID()
    void set_KeyID(array of byte|string|NULL $Value)

[Java]
    byte[] getKeyID();
    void setKeyID(byte[] Value);

Description

    This topic is under development.

See also:     ...    

Discuss this help topic in SecureBlackbox Forum