Discuss this help topic in SecureBlackbox Forum

TElHashFunction.Key

TElHashFunction     See also     


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


This property contains the HMAC key

Declaration

[C#]
    TElHMACKeyMaterial Key;

[VB.NET]
    Property Key As TElHMACKeyMaterial

[Pascal]
    property Key : TElHMACKeyMaterial;

[C++]
    TElHMACKeyMaterial* get_Key();
    void set_Key(TElHMACKeyMaterial &Value);
    void set_Key(TElHMACKeyMaterial *Value);

[PHP]
    TElHMACKeyMaterial get_Key()
    void set_Key(TElHMACKeyMaterial $Value)

[Java]
    TElHMACKeyMaterial getKey();
    void setKey(TElHMACKeyMaterial Value);

Description

    If one of the HMAC algorithms is used for digest calculations, use this property to specify the HMAC key.

See also:     Algorithm    

Discuss this help topic in SecureBlackbox Forum