Discuss this help topic in SecureBlackbox Forum
Hint sent to the client by the server.
Declaration
[C#]
string PSKIdentityHint;
[VB.NET]
Property PSKIdentityHint As String
[Pascal]
property PSKIdentityHint : string;
[C++]
void get_PSKIdentityHint(std::string &OutResult);
void set_PSKIdentityHint(const std::string &Value);
[PHP]
string get_PSKIdentityHint()
void set_PSKIdentityHint(string $Value)
[Java]
String getPSKIdentityHint();
void setPSKIdentityHint(String Value);
Description
This property contains the hint that is sent to the client in order to help him/it
choose the key. It can be key identifier or something else.
Discuss this help topic in SecureBlackbox Forum