C# Class System.Security.Cryptography.DSAParameters

Datei anzeigen Open project: runefs/Marvin Class Usage Examples

Public Properties

Property Type Description
Counter int
G byte[]
J byte[]
P byte[]
Q byte[]
Seed byte[]
Y byte[]

Property Details

Counter public_oe property

public int Counter
return int

G public_oe property

public byte[] G
return byte[]

J public_oe property

public byte[] J
return byte[]

P public_oe property

public byte[] P
return byte[]

Q public_oe property

public byte[] Q
return byte[]

Seed public_oe property

public byte[] Seed
return byte[]

Y public_oe property

public byte[] Y
return byte[]