Compartilhar via


CustomClaimCollection.OnClear Method ()

 

This API supports the product infrastructure and is not intended to be used directly from your code.

This method supports the AD FS infrastructure and is not intended to be used directly from your code. Performs additional custom processes when clearing the contents of the CustomClaimCollection instance.

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

Syntax

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

See Also

CustomClaimCollection Class
System.Web.Security.SingleSignOn Namespace

Return to top