Bouncy Castle Library
C#
VB
C++
JavaScript
Show/Hide TOC
IMemoable
Copy 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
C#
Copy
View Source
Request Example
IMemoable
Copy
()
VB
Copy
View Source
Request Example
Function
Copy
As
IMemoable
C++
Copy
View Source
Request Example
IMemoable
^
Copy
()
JavaScript
Copy
View Source
Request Example
function
Copy
();
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
Reference
IMemoable Interface
Org.BouncyCastle.Utilities Namespace
In This Article
Definition
Remarks
See Also