Class WindowsAuthenticationSignInProviderOptions
Represents all the options you can use to configure Windows authentication for the SignInProviderFactory<TUser>.
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: IRM.AspNetCore.Identity
Assembly: IRM.AspNetCore.Identity.dll
Syntax
public class WindowsAuthenticationSignInProviderOptions
Properties
AuthenticationSchemes
Gets or sets the name used to reference the windows authentication middelware.
Declaration
public string[] AuthenticationSchemes { get; set; }
Property Value
|
String[]
|
DisplayName
Gets or sets the display name for the Windows authentication provider.
Declaration
public string DisplayName { get; set; }
Property Value
|
String
|