Share via


IISOptions.AuthenticationDescriptions 属性

定义

为应用程序提供的有关身份验证类型的附加信息。

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)

属性值

适用于