Discuss this help topic in SecureBlackbox Forum
Specifies the hash algorithm to be used for generating a new certificate.
Declaration
[C#]
int PreferredHashAlgorithm;
[VB.NET]
Property PreferredHashAlgorithm As Integer
[Pascal]
property PreferredHashAlgorithm : integer;
[C++]
int32_t get_PreferredHashAlgorithm();
void set_PreferredHashAlgorithm(int32_t Value);
[PHP]
integer get_PreferredHashAlgorithm()
void set_PreferredHashAlgorithm(integer $Value)
[Java]
int getPreferredHashAlgorithm();
void setPreferredHashAlgorithm(int Value);
Values
Description
Use this property to specify the hash algorithm which will be used when a new certificate is generated, signed with this certificate.
Discuss this help topic in SecureBlackbox Forum