MLDsa.ExportMLDsaPrivateSeed Método

Definição

Sobrecargas

Nome Description
ExportMLDsaPrivateSeed()

Exporta a semente privada no formato de semente privada FIPS 204.

ExportMLDsaPrivateSeed(Span<Byte>)

Exporta a semente privada da chave atual.

ExportMLDsaPrivateSeed()

Origem:
MLDsa.cs
Origem:
MLDsa.cs
Origem:
MLDsa.cs

Exporta a semente privada no formato de semente privada FIPS 204.

public:
 cli::array <System::Byte> ^ ExportMLDsaPrivateSeed();
public byte[] ExportMLDsaPrivateSeed();
member this.ExportMLDsaPrivateSeed : unit -> byte[]
Public Function ExportMLDsaPrivateSeed () As Byte()

Retornos

Byte[]

A semente privada FIPS 204.

Exceções

Erro ao exportar a chave.

O objeto já foi descartado.

Aplica-se a

ExportMLDsaPrivateSeed(Span<Byte>)

Origem:
MLDsa.cs
Origem:
MLDsa.cs
Origem:
MLDsa.cs

Exporta a semente privada da chave atual.

public:
 void ExportMLDsaPrivateSeed(Span<System::Byte> destination);
public void ExportMLDsaPrivateSeed(Span<byte> destination);
member this.ExportMLDsaPrivateSeed : Span<byte> -> unit
Public Sub ExportMLDsaPrivateSeed (destination As Span(Of Byte))

Parâmetros

destination
Span<Byte>

O buffer a ser recebido pela semente privada. Seu comprimento deve ser exatamente PrivateSeedSizeInBytes.

Exceções

destination é o comprimento incorreto para receber a semente privada.

Erro ao exportar a semente privada.

Aplica-se a