NET SFTP Library
FipsCompliantMode Property






KellermanSoftware.NetSFtpLibrary Namespace > SFTP Class : FipsCompliantMode Property
FIPS 140-2 Mode. If true, only AES and 3DES algorithms will be allowed for communication. Only HMAC SHA1 will be used for the handshake. The default is false. Your remote SSH Server must support FIPS 140-2 in order to connect.
Syntax
'Declaration
 
Public Property FipsCompliantMode As System.Boolean
'Usage
 
Dim instance As SFTP
Dim value As System.Boolean
 
instance.FipsCompliantMode = value
 
value = instance.FipsCompliantMode
public System.bool FipsCompliantMode {get; set;}
public read-write property FipsCompliantMode: System.Boolean; 
public function get,set FipsCompliantMode : System.boolean
public: __property System.bool get_FipsCompliantMode();
public: __property void set_FipsCompliantMode( 
   System.bool value
);
public:
property System.bool FipsCompliantMode {
   System.bool get();
   void set (    System.bool value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SFTP Class
SFTP Members