CngAlgorithmGroup(String) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 CngAlgorithmGroup 类的新实例。
public:
CngAlgorithmGroup(System::String ^ algorithmGroup);
public CngAlgorithmGroup (string algorithmGroup);
new System.Security.Cryptography.CngAlgorithmGroup : string -> System.Security.Cryptography.CngAlgorithmGroup
Public Sub New (algorithmGroup As String)
参数
- algorithmGroup
- String
要初始化的算法组的名称。
例外
algorithmGroup
参数为 null
。
algorithmGroup
参数的长度为 0(零)。
注解
类的 CngAlgorithmGroup 实例在内部维护由 algorithmGroup
参数指定的算法组名称。
此构造函数的主要用途是为算法组创建 CngAlgorithmGroup 对象的方法,这些对象不由类的 CngAlgorithmGroup 静态属性表示。 此容量使将来的 .NET Framework 版本、Service Pack 和第三方开发人员能够添加新的算法组,这些算法组可以像当前可用的算法组一样进行访问。