IdentityDispose Method (Boolean) |
Releases the unmanaged resources used by the
Identity and optionally releases the managed resources
Namespace: Colygon.MatchPoint.Common.SecurityAssembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax protected virtual void Dispose(
bool disposing
)
Parameters
- disposing
- Type: SystemBoolean
True to release both managed and unmanaged resources; false to release only unmanaged resources
See Also