Show / Hide Table of Contents

Class WindowsAuthenticationSignInProviderOptions

Represents all the options you can use to configure Windows authentication for the SignInProviderFactory<TUser>.

Inheritance
Object
WindowsAuthenticationSignInProviderOptions
Inherited Members
Object.Equals(Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Object.MemberwiseClone()
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

Back to top Generated by DocFX