Dispose all unmanaged resources and optionaly dispose all managed resources.
Namespace:
Rebex.Security.Cryptography
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
| Visual Basic |
|---|
Protected Overridable Sub Dispose ( _ disposing As Boolean _ ) |
| C# |
|---|
protected virtual void Dispose( bool disposing ) |
Parameters
- disposing
- Type: System..::..Boolean
True to dispose all resources; false to dispose unmanaged resources only.