Discuss this help topic in SecureBlackbox Forum

TElPKCS11Object.SetAttribute

TElPKCS11Object     See also     


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


Declaration

[C#]
    void SetAttribute(uint Attribute, byte[] Value);
    void SetAttribute(uint Attribute, std::vector<uint8_t> Value);
    void SetAttribute(uint Attribute, bool Value);

[VB.NET]
    Sub SetAttribute(ByVal Attribute As UInt32, ByVal Value As Byte())
    Sub SetAttribute(ByVal Attribute As UInt32, ByVal Value As UInt32)
    Sub SetAttribute(ByVal Attribute As UInt32, ByVal Value As Boolean)

[Pascal]
    under development

[C++]
    void SetAttribute(uint32_t Attribute, const std::vector<uint8_t> &Value);
    void SetAttribute(uint32_t Attribute, uint32_t Value);
    void SetAttribute(uint32_t Attribute, bool Value);

[PHP]
    void SetAttribute(integer $Attribute, array of byte|string|NULL $Value)
    void SetAttribute(integer $Attribute, integer $Value)
    void SetAttribute(integer $Attribute, bool $Value)

[Java]
    void setAttribute(long Attribute, long Value);
    void setAttribute(long Attribute, boolean Value);
    void setAttribute(long Attribute, byte[] Value);

Parameters

  • Attribute -

Description

    This topic is under development.

See also:     ...    

Discuss this help topic in SecureBlackbox Forum