Share via


SharedAuthenticationOptions Class

Definition

public ref class SharedAuthenticationOptions
public class SharedAuthenticationOptions
type SharedAuthenticationOptions = class
Public Class SharedAuthenticationOptions
Inheritance
SharedAuthenticationOptions

Constructors

Name Description
SharedAuthenticationOptions()

Properties

Name Description
SignInScheme

Gets or sets the authentication scheme corresponding to the default middleware responsible of persisting user's identity after a successful authentication. This value typically corresponds to a cookie middleware registered in the Startup class.

Applies to