CngKeyBlobFormat.MLKemPrivateBlob プロパティ

定義

Module-Lattice-Based Key-Encapsulation Mechanism (ML-KEM) 秘密キー BLOB を指定する CngKeyBlobFormat オブジェクトを取得します。

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

プロパティ値

Module-Lattice-Based Key-Encapsulation Mechanism (ML-KEM) 秘密キー BLOB を指定する CngKeyBlobFormat オブジェクト。

注釈

この BLOB 形式で識別される値は "MLKEMPRIVATEBLOB" です。

適用対象