DSAParameters.P Field

Definition

Specifies the P parameter for the DSA algorithm.

public: cli::array <System::Byte> ^ P;
public byte[]? P;
public byte[] P;
val mutable P : byte[]
Public P As Byte() 

Field Value

Byte[]

Remarks

P must be a prime number between 64 and 128 bytes long.

Applies to

See also