Edit

Share via


CngKeyBlobFormat.MLKemPrivateBlob Property

Definition

Gets a CngKeyBlobFormat object that specifies a Module-Lattice-Based Key-Encapsulation Mechanism (ML-KEM) private key BLOB.

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

Property Value

A CngKeyBlobFormat object that specifies a Module-Lattice-Based Key-Encapsulation Mechanism (ML-KEM) private key BLOB.

Remarks

The value identified by this blob format is "MLKEMPRIVATEBLOB".

Applies to