PowerTCP SSH and SFTP for .NET
ServerToClientMACAlgorithm Property




The MAC algorithm used for packets from the server to the client.
Syntax
'Declaration
 
Public ReadOnly Property ServerToClientMACAlgorithm As String
'Usage
 
Dim instance As ConnectionInfo
Dim value As String
 
value = instance.ServerToClientMACAlgorithm
public string ServerToClientMACAlgorithm {get;}
public: __property string* get_ServerToClientMACAlgorithm();
public:
property String^ ServerToClientMACAlgorithm {
   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