Discuss this help topic in SecureBlackbox Forum

TElOCSPSingleResponse.HashAlgorithm

TElOCSPSingleResponse     See also     


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


Returns the hash algorithm used for signing.

Declaration

[C#]
    int HashAlgorithm;

[VB.NET]
    Property HashAlgorithm As Integer

[Pascal]
    property SignatureAlgorithm : integer;

[C++]
    int32_t get_HashAlgorithm();

[PHP]
    integer get_HashAlgorithm()

[Java]
    int getHashAlgorithm();

Description

    This property contains the algorithm used to compute hash during signing.

See also:     IssuerNameHash     IssuerKeyHash    

Discuss this help topic in SecureBlackbox Forum