PublicKey.GetMLDsaPublicKey Método

Definição

Obtém a MLDsa chave pública, ou null se a chave não for uma chave 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

Devoluções

A chave pública, ou null se a chave não for uma chave ML-DSA.

Atributos

Exceções

O objeto representa uma chave pública ML-DSA, mas a plataforma não suporta o algoritmo.

Os conteúdos-chave estão corrompidos ou não conseguiram ser lidos com sucesso.

Aplica-se a