The DiffieHellman type exposes the following members.

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkKeyExchangeAlgorithm
When overridden in a derived class, gets the name of the key exchange algorithm.
(Inherited from AsymmetricAlgorithm.)
Public propertySupported by the .NET Compact FrameworkKeySize
Gets or sets the size, in bits, of the key modulus used by the asymmetric algorithm.
(Inherited from AsymmetricAlgorithm.)
Public propertySupported by the .NET Compact FrameworkLegalKeySizes
Gets the key sizes that are supported by the asymmetric algorithm.
(Inherited from AsymmetricAlgorithm.)
Public propertySupported by the .NET Compact FrameworkSignatureAlgorithm
Gets the name of the signature algorithm.
(Inherited from AsymmetricAlgorithm.)

See Also