PowerTCP SSH and SFTP for .NET
ClientToServerCryptoAlgorithm Property




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