DSAParameters.Q 字段
定义
指定 DSA 算法的 Q 参数。Specifies the Q parameter for the DSA algorithm.
public: cli::array <System::Byte> ^ Q;
public byte[]? Q;
public byte[] Q;
val mutable Q : byte[]
Public Q As Byte()
字段值
- Byte[]
注解
Q 必须是-1 的160位质数因子 P 。Q must be a 160-bit prime factor of P - 1.
适用于