DiffieHellmanCryptoServiceProvider.GetKeyMaterialDeriver Method
Namespace: Rebex.Security.Cryptography
Assembly: Rebex.Common.dll (version 8.0.9673)
GetKeyMaterialDeriver(Byte[])
Gets key material deriver. Inherited from DiffieHellman.
Declaration
public virtual KeyMaterialDeriver GetKeyMaterialDeriver(byte[] otherPublicKey)
Parameters
| Type | Name | Description |
|---|---|---|
| Byte[] | otherPublicKey | Other side's public key in raw form. |
Returns
| Type | Description |
|---|---|
| KeyMaterialDeriver | Key material deriver. |