X25519DiffieHellmanCng(CngKey) Constructor
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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)
Parámetros
- key
- CngKey
- Atributos