property HostKeyName: string;
Description
Determines name of the server public key that is stored in KeyStorage.
The public key received from the server is compared with the key from KeyStorage when server is authenticating. If the keys does not coincide, or the corresponding key is not found in the KeyStorage, the OnServerKeyValidate event is raised. If the keys coincide, the server is considered valid.
Note: If HostKeyName is not specified, the key is searched by HostName.
See Also