X25519DiffieHellmanCng(CngKey) Constructor

Definition

public:
 X25519DiffieHellmanCng(System::Security::Cryptography::CngKey ^ key);
[System.Runtime.Versioning.SupportedOSPlatform("windows")]
public X25519DiffieHellmanCng(System.Security.Cryptography.CngKey key);
[<System.Runtime.Versioning.SupportedOSPlatform("windows")>]
new System.Security.Cryptography.X25519DiffieHellmanCng : System.Security.Cryptography.CngKey -> System.Security.Cryptography.X25519DiffieHellmanCng
Public Sub New (key As CngKey)

Parameters

key
CngKey
Attributes

Applies to