Calculates the shared secret key from the other side's public key.
Namespace:
Rebex.Security.Cryptography
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
Visual Basic |
---|
Public Overrides Function GetSharedSecretKey ( _ otherPublicKey As Byte() _ ) As Byte() |
C# |
---|
public override byte[] GetSharedSecretKey( byte[] otherPublicKey ) |
Parameters
- otherPublicKey
- Type: array<System..::..Byte>[]()[][]
Other side's public key.