DSAParameters.P Feld

Definition

Gibt den P-Parameter für den DSA-Algorithmus an.

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

Feldwert

Byte[]

Hinweise

P muss eine Primzahl zwischen 64 und 128 Bytes lang sein.

Gilt für:

Weitere Informationen