Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Releases the unmanaged resources used by the FederationServerService and optionally releases the managed resources.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
protected override void Dispose(
bool disposing
)
protected:
virtual void Dispose(
bool disposing
) override
override Dispose :
disposing:bool -> unit
Protected Overrides Sub Dispose (
disposing As Boolean
)
Parameters
disposing
Type: System.Booleantrue to release both managed and unmanaged resources; false to release only unmanaged resources.
See Also
DisposeāOverload
FederationServerService Class
System.Web.Security.SingleSignOn Namespace
Return to top