The DiffieHellmanParameters type exposes the following members.

Fields

  NameDescription
Public fieldSupported by the .NET Compact FrameworkG
The generator used for the DiffieHellman operation.
Public fieldSupported by the .NET Compact FrameworkP
The prime modulus used for the DiffieHellman operation.
Public fieldSupported by the .NET Compact FrameworkX
The private key for the DiffieHellman operation.
Public fieldSupported by the .NET Compact FrameworkY
The public key for the DiffieHellman operation.

See Also