PublicKey.GetMLDsaPublicKey Metodo

Definizione

Ottiene la MLDsa chiave pubblica o null se la chiave non è una chiave ML-DSA.

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

Valori restituiti

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

Attributi

Eccezioni

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

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

Si applica a