ILoginProvider.Name Property

Definition

Gets or sets the name uniquely identifying this ILoginProvider. The name is used to refer to the this ILoginProvider from the LoginController as well as from the OWIN application pipeline.

public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String

Property Value

Remarks

Names should differ by more than case.

Applies to