X25519DiffieHellmanCng(CngKey) Construtor
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
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