MLDsa.ExportMLDsaPrivateKeyCore(Span<Byte>) メソッド

定義

派生クラスでオーバーライドされると、FIPS 204 秘密キーを指定されたバッファーにエクスポートします。

protected:
 abstract void ExportMLDsaPrivateKeyCore(Span<System::Byte> destination);
protected abstract void ExportMLDsaPrivateKeyCore(Span<byte> destination);
abstract member ExportMLDsaPrivateKeyCore : Span<byte> -> unit
Protected MustOverride Sub ExportMLDsaPrivateKeyCore (destination As Span(Of Byte))

パラメーター

destination
Span<Byte>

秘密キーを受け取るバッファー。

適用対象