SignOutContext Class

Namespace
Microsoft.AspNetCore.Http.Features.Authentication
Assemblies
  • Microsoft.AspNetCore.Http.Features

Syntax

public class SignOutContext
class Microsoft.AspNetCore.Http.Features.Authentication.SignOutContext

Constructors

SignOutContext(System.String, System.Collections.Generic.IDictionary<System.String, System.String>)
public SignOutContext(string authenticationScheme, IDictionary<string, string> properties)

Methods

Accept()
public void Accept()

Properties

Microsoft.AspNetCore.Http.Features.Authentication.SignOutContext.Accepted
Return type:System.Boolean
public bool Accepted { get; }
Microsoft.AspNetCore.Http.Features.Authentication.SignOutContext.AuthenticationScheme
Return type:System.String
public string AuthenticationScheme { get; }
Microsoft.AspNetCore.Http.Features.Authentication.SignOutContext.Properties
Return type:System.Collections.Generic.IDictionary<System.String>
public IDictionary<string, string> Properties { get; }