Class WindowsProvider
Represents a windows integrated authentication provider.
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 WindowsProvider : ExternalProvider
Constructors
WindowsProvider(String, String)
Initializes a new instance of WindowsProvider.
Declaration
public WindowsProvider(string displayName, string authenticationScheme)
Parameters
String
displayName
The display name for the authentication. |
String
authenticationScheme
The name used to reference the authentication middelware instance. |