Imports the specified DiffieHellmanParameters.
Namespace:
Rebex.Security.Cryptography
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
| Visual Basic |
|---|
Public MustOverride Sub ImportParameters ( _ param As DiffieHellmanParameters _ ) |
| C# |
|---|
public abstract void ImportParameters( DiffieHellmanParameters param ) |
Parameters
- param
- Type: Rebex.Security.Cryptography..::..DiffieHellmanParameters
The Diffie-Hellman parameters.