Discuss this help topic in SecureBlackbox Forum
Specifies the CRL signing hash algorithm.
Declaration
[C#/Java]
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)
Values
Description
Use this property to specify the preferred hash algorithm used for signing CRLs.
Discuss this help topic in SecureBlackbox Forum