Calculates the shared secret key from the other side's public key.
            
    Namespace: 
   Rebex.Security.Cryptography
    Assembly:
   Rebex.Common (in Rebex.Common.dll)
 Syntax
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.
 
     
     
     
     
    