Discuss this help topic in SecureBlackbox Forum
This property specifies the fingerprint algorithm.
Declaration
[C#]
int FingerprintAlgorithm;
[VB.NET]
Property FingerprintAlgorithm As Integer
[Pascal]
property FingerprintAlgorithm : integer;
[C++]
int32_t get_FingerprintAlgorithm();
void set_FingerprintAlgorithm(int32_t Value);
[PHP]
integer get_FingerprintAlgorithm()
void set_FingerprintAlgorithm(integer $Value)
[Java]
int getFingerprintAlgorithm();
void setFingerprintAlgorithm(int Value);
Values:
Description
Use this property to specify the algorithm used to obtain
the certificate hash - a
fingerprint, which may be used to perform a fast search for the required certificate.
Discuss this help topic in SecureBlackbox Forum