The DiffieHellmanParameters type exposes the following members.

Methods

  NameDescription
Public methodSupported by the .NET Compact FrameworkEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Protected methodSupported by the .NET Compact FrameworkFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodSupported by the .NET Compact FrameworkGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)

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