PublicKey.GetMLKemPublicKey Metodo

Definizione

Ottiene la MLKem chiave pubblica o null se la chiave non è una chiave ML-KEM.

public:
 System::Security::Cryptography::MLKem ^ GetMLKemPublicKey();
[System.Diagnostics.CodeAnalysis.Experimental("SYSLIB5006", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
[System.Runtime.Versioning.UnsupportedOSPlatform("browser")]
public System.Security.Cryptography.MLKem? GetMLKemPublicKey();
[System.Runtime.Versioning.UnsupportedOSPlatform("browser")]
public System.Security.Cryptography.MLKem? GetMLKemPublicKey();
[<System.Diagnostics.CodeAnalysis.Experimental("SYSLIB5006", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
[<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
member this.GetMLKemPublicKey : unit -> System.Security.Cryptography.MLKem
[<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
member this.GetMLKemPublicKey : unit -> System.Security.Cryptography.MLKem
Public Function GetMLKemPublicKey () As MLKem

Valori restituiti

Chiave pubblica o null se la chiave non è una chiave ML-KEM.

Attributi

Eccezioni

L'oggetto rappresenta una chiave pubblica ML-KEM, ma la piattaforma non supporta l'algoritmo.

Il contenuto della chiave è danneggiato o non è stato possibile leggere correttamente.

Si applica a