Share via


LSAuthenticationModule.Finalize Method ()

 

Allows an LSAuthenticationModule object to attempt to free resources and perform other cleanup operations before the object is reclaimed by garbage collection.

Namespace:   System.Web.Security.SingleSignOn
Assembly:  System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)

Syntax

protected override void Finalize()
protected:
virtual void Finalize() override
override Finalize : unit -> unit
Protected Overrides Sub Finalize

See Also

LSAuthenticationModule Class
System.Web.Security.SingleSignOn Namespace

Return to top