Wrapper around Diffie-Hellman CSP.

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

Syntax

Visual Basic
Public Class DiffieHellmanCryptoServiceProvider _
	Inherits DiffieHellman
C#
public class DiffieHellmanCryptoServiceProvider : DiffieHellman

Inheritance Hierarchy

System..::..Object
  System.Security.Cryptography..::..AsymmetricAlgorithm
    Rebex.Security.Cryptography..::..DiffieHellman
      Rebex.Security.Cryptography..::..DiffieHellmanCryptoServiceProvider

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also