IStreamCalculatorTResultGetResult Method

Return the result of processing the stream. This value is only available once the stream has been closed.

Definition

Namespace: Org.BouncyCastle.Crypto
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
TResult GetResult()

Return Value

TResult
The result of processing the stream.

See Also