IISOptions.AuthenticationDescriptions Property

Definition

Additional information about the authentication type which is made available to the application.

public:
 property System::Collections::Generic::IList<Microsoft::AspNetCore::Http::Authentication::AuthenticationDescription ^> ^ AuthenticationDescriptions { System::Collections::Generic::IList<Microsoft::AspNetCore::Http::Authentication::AuthenticationDescription ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.AspNetCore.Http.Authentication.AuthenticationDescription> AuthenticationDescriptions { get; }
member this.AuthenticationDescriptions : System.Collections.Generic.IList<Microsoft.AspNetCore.Http.Authentication.AuthenticationDescription>
Public ReadOnly Property AuthenticationDescriptions As IList(Of AuthenticationDescription)

Property Value

Applies to