Discuss this help topic in SecureBlackbox Forum

TElPKCS11Object.GetAttribute

TElPKCS11Object     See also     


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


Declaration

[C#]
    byte[] GetAttribute(uint Attribute);

[VB.NET]
    Function GetAttribute(ByVal Attribute As UInt32) As Byte()

[Pascal]
    under development

[C++]
    void GetAttribute(uint32_t Attribute, std::vector<uint8_t> &OutResult);

[PHP]
    string GetAttribute(integer $Attribute)

[Java]
    byte[] getAttribute(long Attribute);

Parameters

  • Attribute -

Description

    This topic is under development.

See also:     ...    

Discuss this help topic in SecureBlackbox Forum