DSAParameters.Q Field

Definition

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() 

Field Value

Byte[]

Remarks

Q must be a 160-bit prime factor of P - 1.

Applies to

See also