 |
Properties |
 |
Events |
 |
Methods |
|
OnDifferentFingerprint
| event OnDifferentFingerprint ( Host As
String, Fingerprint As String, Save As Boolean) |
This event is fired when component receives keys from host which already has
another fingerprints and DifferentKeyPolicy set to THROW_EVENT. See DifferentKeyPolicy
for details. If you set Save to True, new fingerprint will be saved
in the registry and authorization will succeed . If you sent this property to
False, authorization will succeed but new fingerprint will not be saved. If you want to cancel the
connection, you should call DisconnectNow
function.
|