次の方法で共有


DSAParameters.Q フィールド

DSA アルゴリズムの Q パラメータを指定します。

Public Q() As Byte
[C#]
public byte[] Q;
[C++]
public: unsigned char Q __gc[];
[JScript]
public var Q : Byte[];

解説

Q は、 P の 160 ビット素因数 - 1 にする必要があります。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

DSAParameters 構造体 | DSAParameters メンバ | System.Security.Cryptography 名前空間 | 暗号サービス