共用方式為


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)

屬性值

適用於