AuthenticationFeature.Description Property

Definition

When overridden in a derived class, gets a description of the authentication feature.

public:
 virtual property System::String ^ Description { System::String ^ get(); };
public virtual string Description { get; }
member this.Description : string
Public Overridable ReadOnly Property Description As String

Property Value

A description of the authentication feature. The default implementation returns an empty string ("").

Applies to