Поделиться через


CookieValidateIdentityContext.RejectIdentity Method ()

 

Called to reject the incoming identity. This may be done if the application has determined the account is no longer active, and the request should be treated as if it was anonymous.

Namespace:   Microsoft.Owin.Security.Cookies
Assembly:  Microsoft.Owin.Security.Cookies (in Microsoft.Owin.Security.Cookies.dll)

Syntax

public void RejectIdentity()
public:
void RejectIdentity()
member RejectIdentity : unit -> unit
Public Sub RejectIdentity

See Also

CookieValidateIdentityContext Class
Microsoft.Owin.Security.Cookies Namespace

Return to top