CngAlgorithmGroup(String) コンストラクター

定義

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 リリース、サービス パック、およびサード パーティの開発者は、現在使用可能なアルゴリズム グループと同様にアクセスできる新しいアルゴリズム グループを追加できます。

適用対象