Mono Class Library: OverviewSystem.Security.Cryptography.DSAParameters: Field Members |
The fields of System.Security.Cryptography.DSAParameters are listed below. For a list of all members, see the DSAParameters Members list.
See Also: Inherited members from System.ValueType
Counter int. Counter for the primes generation. G byte[]. Documentation for this section has not yet been entered. J byte[]. Documentation for this section has not yet been entered. P byte[]. A prime modulus. Q byte[]. A prime divisor of (p - 1). Seed byte[]. Seed for the primes generation. X byte[]. The private key. Y byte[]. The public key.