Gets the bulk encryption algorithm used by the connection.

Namespace:  IBM.CTG
Assembly:  IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 1.0.0.0

Syntax

C#
public CipherAlgorithmType CipherAlgorithm { get; }
Visual Basic
Public ReadOnly Property CipherAlgorithm As CipherAlgorithmType
	Get
Visual C++
public:
property CipherAlgorithmType CipherAlgorithm {
	CipherAlgorithmType get ();
}

Field Value

The bulk encryption algorithm used by the connection.

See Also