AsymmetricKeyAlgorithm.GetKeyMaterialDeriver Method
Namespace: Rebex.Security.Cryptography
Assembly: Rebex.Common.dll (version 7.0.9083)
GetKeyMaterialDeriver(Byte[])
Gets key material deriver. Only supported by Diffie-Hellman-like algorithms.
Declaration
public 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. |