Net Encryption Library
GetSharedSecretKey Method






KellermanSoftware.NetEncryptionLibrary.ECDH Namespace > EcdhPrivateKey Class : GetSharedSecretKey Method
Syntax
'Declaration
 
Public Function GetSharedSecretKey( _
   ByVal peerEcdhPublicKey As EcdhPublicKey _
) As EcdhSharedSecretKey
'Usage
 
Dim instance As EcdhPrivateKey
Dim peerEcdhPublicKey As EcdhPublicKey
Dim value As EcdhSharedSecretKey
 
value = instance.GetSharedSecretKey(peerEcdhPublicKey)
public EcdhSharedSecretKey GetSharedSecretKey( 
   EcdhPublicKey peerEcdhPublicKey
)
public function GetSharedSecretKey( 
    peerEcdhPublicKey: EcdhPublicKey
): EcdhSharedSecretKey; 
public function GetSharedSecretKey( 
   peerEcdhPublicKey : EcdhPublicKey
) : EcdhSharedSecretKey;
public: EcdhSharedSecretKey* GetSharedSecretKey( 
   EcdhPublicKey* peerEcdhPublicKey
) 
public:
EcdhSharedSecretKey^ GetSharedSecretKey( 
   EcdhPublicKey^ peerEcdhPublicKey
) 

Parameters

peerEcdhPublicKey
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

EcdhPrivateKey Class
EcdhPrivateKey Members