The DiffieHellmanCryptoServiceProvider type exposes the following members.

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkKeyExchangeAlgorithm
Gets the name of the key exchange algorithm available with this implementation of DiffieHellman.
(Overrides AsymmetricAlgorithm..::..KeyExchangeAlgorithm.)
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 available with this implementation of DiffieHellman.
(Overrides AsymmetricAlgorithm..::..SignatureAlgorithm.)

See Also