PowerTCP SSH and SFTP for .NET
ServerToClientCryptoAlgorithm Property




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