DSASignatureDeformatter.SetKey メソッド
デジタル署名アルゴリズム (DSA) 署名逆フォーマッタで使用するキーを指定します。
Overrides Public Sub SetKey( _
ByVal key As AsymmetricAlgorithm _)
[C#]
public override void SetKey(AsymmetricAlgorithmkey);
[C++]
public: void SetKey(AsymmetricAlgorithm* key);
[JScript]
public override function SetKey(
key : AsymmetricAlgorithm);
パラメータ
- key
キーを保持している DSA のインスタンス。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
DSASignatureDeformatter クラス | DSASignatureDeformatter メンバ | System.Security.Cryptography 名前空間 | 暗号サービス