IISOptions.AuthenticationDescriptions 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
驗證類型的其他相關資訊可在應用程式中找到。
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)