PowerTCP SSH and SFTP for .NET
Verified Property




Gets and sets a value that indicates the application has verified the host key.
Syntax
'Declaration
 
Public Property Verified As Boolean
'Usage
 
Dim instance As HostKeyEventArgs
Dim value As Boolean
 
instance.Verified = value
 
value = instance.Verified
public bool Verified {get; set;}
public: __property bool get_Verified();
public: __property void set_Verified( 
   bool value
);
public:
property bool Verified {
   bool get();
   void set (    bool value);
}
Remarks
This property defaults to false. If you do not set this to true, then the connection establishment stops and an IOException is thrown.
See Also

Reference

HostKeyEventArgs Class
HostKeyEventArgs Members


PowerTCP SSH and SFTP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic