MLKem.ExportPkcs8PrivateKey メソッド

定義

PKCS#8 PrivateKeyInfo 形式で現在のキーをエクスポートします。

public:
 cli::array <System::Byte> ^ ExportPkcs8PrivateKey();
[System.Diagnostics.CodeAnalysis.Experimental("SYSLIB5006", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
public byte[] ExportPkcs8PrivateKey();
public byte[] ExportPkcs8PrivateKey();
[<System.Diagnostics.CodeAnalysis.Experimental("SYSLIB5006", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
member this.ExportPkcs8PrivateKey : unit -> byte[]
member this.ExportPkcs8PrivateKey : unit -> byte[]
Public Function ExportPkcs8PrivateKey () As Byte()

返品

Byte[]

このキーの PKCS#8 PrivateKeyInfo 表現を含むバイト配列。

属性

例外

このインスタンスは破棄されました。

キーのエクスポート中にエラーが発生しました。

適用対象