Discuss this help topic in SecureBlackbox Forum
This property specifies the public key digest algorithm.
Declaration
[C#]
int PublicKeyHashAlgorithm;
[VB.NET]
Property PublicKeyHashAlgorithm As Integer
[Pascal]
property PublicKeyHashAlgorithm : integer;
[C++]
int32_t get_PublicKeyHashAlgorithm();
void set_PublicKeyHashAlgorithm(int32_t Value);
[PHP]
integer get_PublicKeyHashAlgorithm()
void set_PublicKeyHashAlgorithm(integer $Value)
[Java]
int getPublicKeyHashAlgorithm();
void setPublicKeyHashAlgorithm(int Value);
Possible hash algorithms:
Possible HMAC algorithms:
Description
Use this property to get or set the public key hash algorithm.
Discuss this help topic in SecureBlackbox Forum