Discuss this help topic in SecureBlackbox Forum
Returns the verifier.
Declaration
[VB.NET]
Property Verifier As Byte()
[Pascal]
property Verifier : ByteArray;
[C++]
void get_Verifier(std::vector<uint8_t> &OutResult);
[PHP]
string get_Verifier()
[Java]
byte[] getVerifier();
Description
Use this property to get the value of the password verifier computed as described in RFC 2945.
Discuss this help topic in SecureBlackbox Forum