Click or drag to resize
IdentityDispose Method (Boolean)
Releases the unmanaged resources used by the Identity and optionally releases the managed resources

Namespace: Colygon.MatchPoint.Common.Security
Assembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax
C#
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