CookieValidatePrincipalContext.RejectPrincipal Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called to reject the incoming principal. 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.
public:
void RejectPrincipal();
public void RejectPrincipal ();
member this.RejectPrincipal : unit -> unit
Public Sub RejectPrincipal ()