IEntropySourceEntropySize Property

Return the number of bits of entropy this source can produce.

Definition

Namespace: Org.BouncyCastle.Crypto
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
int EntropySize { get; }

Property Value

Int32
The size, in bits, of the return value of getEntropy.

See Also