Gets key material deriver. Only supported by Diffie-Hellman-like algorithms.
Namespace:
Rebex.Security.Cryptography
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
Visual Basic |
---|
Public Function GetKeyMaterialDeriver ( _ otherPublicKey As Byte() _ ) As KeyMaterialDeriver |
C# |
---|
public KeyMaterialDeriver GetKeyMaterialDeriver( byte[] otherPublicKey ) |
Parameters
- otherPublicKey
- Type: array<System..::..Byte>[]()[][]
Other side's public key in raw form.