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 Overridable Function GetSharedSecretKey ( _
	otherPublicKey As Byte() _
) As Byte()
C#
public virtual byte[] GetSharedSecretKey(
	byte[] otherPublicKey
)

Parameters

otherPublicKey
Type: array<System..::..Byte>[]()[][]
Other side's public key.

Return Value

The shared secret key.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also