Show / Hide Table of Contents

Class WindowsProvider

Represents a windows integrated authentication provider.

Inheritance
Object
ExternalProvider
WindowsProvider
Inherited Members
ExternalProvider.DisplayName
ExternalProvider.AuthenticationScheme
ExternalProvider.LoginProvider
ExternalProvider.AllowedForAutoprovision
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 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.

Back to top Generated by DocFX