Catalyst File Transfer .NET

FileTransfer.SecureKeyExchange Property

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

[Visual Basic]
Public ReadOnly Property SecureKeyExchange As SecureKeyAlgorithm
[C#]
public FileTransfer.SecureKeyAlgorithm SecureKeyExchange {get;}

Property Value

A SecureKeyAlgorithm enumeration value which identifies the algorithm.

Remarks

The SecureKeyExchange property returns a value which identifies the key exchange algorithm that was selected when a secure connection was established. If a secure connection has not been established, this property will return a value of keyExchangeNone.

See Also

FileTransfer Class | SocketTools Namespace