IDigestFactoryDigestLength Property

Return the size of the digest associated with this factory.

Definition

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

Return Value

Int32
The length of the digest produced by this calculators from this factory in bytes.

See Also