Discuss this help topic in SecureBlackbox Forum
Contains server's certificate hash.
Declaration
[C#]
byte[] ServerCertKeyHash;
[VB.NET]
Property ServerCertKeyHash As Byte()
[Pascal]
property ServerCertKeyHash: ByteArray;
[C++]
void get_ServerCertKeyHash(std::vector<uint8_t> &OutResult);
void set_ServerCertKeyHash(const std::vector<uint8_t> &Value);
[PHP]
string get_ServerCertKeyHash()
void set_ServerCertKeyHash(array of byte|string|NULL $Value)
Parameters
Description
This property contains server's certificate hash.
Discuss this help topic in SecureBlackbox Forum