PowerTCP SSH and SFTP for .NET
ClientToServerMACAlgorithm Property




The MAC algorithm used for packets from the client to the server.
Syntax
'Declaration
 
Public ReadOnly Property ClientToServerMACAlgorithm As String
'Usage
 
Dim instance As ConnectionInfo
Dim value As String
 
value = instance.ClientToServerMACAlgorithm
public string ClientToServerMACAlgorithm {get;}
public: __property string* get_ClientToServerMACAlgorithm();
public:
property String^ ClientToServerMACAlgorithm {
   String^ get();
}
See Also

Reference

ConnectionInfo Class
ConnectionInfo Members


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