Discuss this help topic in SecureBlackbox Forum

TElTOTPClient.HashAlgorithm

TElTOTPClient     See also     


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


Specifies the hash algorithm used for password generation.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property HashAlgorithm: integer;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Supported values:

Description

    Using this property you may change the hash algorithm used for password generation. The default is SHA1 (SB_ALGORITHM_MAC_HMACSHA1).

See also:     GetPassword    

Discuss this help topic in SecureBlackbox Forum