MLKemCng(CngKey) Konstruktor
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
public:
MLKemCng(System::Security::Cryptography::CngKey ^ key);
[System.Runtime.Versioning.SupportedOSPlatform("windows")]
public MLKemCng(System.Security.Cryptography.CngKey key);
public MLKemCng(System.Security.Cryptography.CngKey key);
[<System.Runtime.Versioning.SupportedOSPlatform("windows")>]
new System.Security.Cryptography.MLKemCng : System.Security.Cryptography.CngKey -> System.Security.Cryptography.MLKemCng
new System.Security.Cryptography.MLKemCng : System.Security.Cryptography.CngKey -> System.Security.Cryptography.MLKemCng
Public Sub New (key As CngKey)
Parametrar
- key
- CngKey
Nyckeln som ska användas som indata till de kryptografiska åtgärder som utförs av det aktuella objektet.
- Attribut
Undantag
key är null.
key anger inte en modul-Lattice-Based Key-Encapsulation mekanism (ML-KEM) algoritmgrupp.
CNG-klasser (Cryptography Next Generation) stöds inte i det här systemet.