SocketTools .NET Edition

FtpClient.SecureCipher Property

Gets a value that specifies the encryption algorithm used for a secure connection.

[Visual Basic]
Public ReadOnly Property SecureCipher As SecureCipherAlgorithm
[C#]
public FtpClient.SecureCipherAlgorithm SecureCipher {get;}

Property Value

A SecureCipherAlgorithm enumeration value which identifies the algorithm.

Remarks

The SecureCipher property returns a value which identifies the algorithm used to encrypt the data stream. If a secure connection has not been established, this property will return a value of cipherNone.

See Also

FtpClient Class | SocketTools Namespace