X25519DiffieHellmanCng(CngKey) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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