CngAlgorithmGroup.MLKem 属性

定义

获取一个 CngAlgorithmGroup 对象,该对象指定 Module-Lattice-Based Key-Encapsulation 机制 (ML-KEM) 算法系列。

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

属性值

一个指定算法系列 ML-KEM 的对象。

适用于