AuthenticationFeature.Name Property

Definition

When overridden in a derived class, gets the display name for the authentication feature.

public:
 abstract property System::String ^ Name { System::String ^ get(); };
public abstract string Name { get; }
member this.Name : string
Public MustOverride ReadOnly Property Name As String

Property Value

The display name for the authentication feature.

Applies to