Gets the name of the key exchange algorithm available with this implementation of DiffieHellman.

Namespace:  Rebex.Security.Cryptography
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Overrides ReadOnly Property KeyExchangeAlgorithm As String
	Get
C#
public override string KeyExchangeAlgorithm { get; }

Field Value

The name of the key exchange algorithm.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also