次の方法で共有


DSAParameters.P フィールド

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

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

解説

P は、長さが 64 ~ 128 バイトの素数にする必要があります。

必要条件

プラットフォーム: 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 名前空間 | 暗号サービス