IMemoableCopy Method

Produce a copy of this object with its configuration and in its current state.

Definition

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

Return Value

IMemoable

Remarks

The returned object may be used simply to store the state, or may be used as a similar object starting from the copied state.

See Also