DiffieHellmanParameters Struct
Namespace: Rebex.Security.Cryptography
Assembly: Rebex.Common.dll (version 7.0.9448)
Contains the parameters for Diffie-Hellman algorithm.
Syntax
public struct DiffieHellmanParameters
Inherited Members
Fields
| Name | Description |
|---|---|
| G | The generator used for the DiffieHellman operation. |
| P | The prime modulus used for the DiffieHellman operation. |
| X | The private key for the DiffieHellman operation. |
| Y | The public key for the DiffieHellman operation. |