PublicKey.GetMLDsaPublicKey Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.