CngAlgorithmGroup.Dsa プロパティ

定義

アルゴリズムのデジタル署名アルゴリズム (DSA: Digital Signature Algorithm) ファミリを指定する CngAlgorithmGroup オブジェクトを取得します。

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

プロパティ値

CngAlgorithmGroup

アルゴリズムの DSA ファミリを指定するオブジェクト。

適用対象