NET SFTP Library
OverrideMacs Property






KellermanSoftware.NetSFtpLibrary Namespace > SFTP Class : OverrideMacs Property
Explicity override the MAC integrity checking when connecting. This is a comma delimited list. Valid MAC algorithims are: hmac-sha2-256,hmac-sha2-256-96,hmac-sha2-512,hmac-sha2-512-96,hmac-md5,hmac-sha1,hmac-sha1-96,hmac-md5-96
Syntax
'Declaration
 
Public Property OverrideMacs As System.String
'Usage
 
Dim instance As SFTP
Dim value As System.String
 
instance.OverrideMacs = value
 
value = instance.OverrideMacs
public System.string OverrideMacs {get; set;}
public read-write property OverrideMacs: System.String; 
public function get,set OverrideMacs : System.String
public: __property System.string* get_OverrideMacs();
public: __property void set_OverrideMacs( 
   System.string* value
);
public:
property System.String^ OverrideMacs {
   System.String^ get();
   void set (    System.String^ 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