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.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also