| DisposableObjectDispose Method (Boolean) |
Performs application-defined tasks associated with freeing, releasing, or resetting
unmanaged resources.
Namespace:
Cauldron.Cryptography
Assembly:
Cauldron.Cryptography (in Cauldron.Cryptography.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax protected void Dispose(
bool disposing
)
Parameters
- disposing
- Type: SystemBoolean
true if managed resources requires disposing
See Also