CngKeyBlobFormat.Pkcs8PrivateBlob プロパティ

定義

PKCS #8 (Private Key Information Syntax Standard) キーの BLOB を指定する CngKeyBlobFormat オブジェクトを取得します。

public:
 static property System::Security::Cryptography::CngKeyBlobFormat ^ Pkcs8PrivateBlob { System::Security::Cryptography::CngKeyBlobFormat ^ get(); };
public static System.Security.Cryptography.CngKeyBlobFormat Pkcs8PrivateBlob { get; }
static member Pkcs8PrivateBlob : System.Security.Cryptography.CngKeyBlobFormat
Public Shared ReadOnly Property Pkcs8PrivateBlob As CngKeyBlobFormat

プロパティ値

PKCS #8 秘密キーの BLOB を指定するオブジェクト。

注釈

PKCS #8 秘密キー BLOB には、PKCS #8 形式の秘密キーと公開キーの両方のマテリアルが含まれています。

適用対象