AuthenticationOptions.Schemes 屬性

定義

傳回其新增順序的配置, (對要求處理優先順序而言很重要)

public:
 property System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Authentication::AuthenticationSchemeBuilder ^> ^ Schemes { System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Authentication::AuthenticationSchemeBuilder ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Authentication.AuthenticationSchemeBuilder> Schemes { get; }
member this.Schemes : seq<Microsoft.AspNetCore.Authentication.AuthenticationSchemeBuilder>
Public ReadOnly Property Schemes As IEnumerable(Of AuthenticationSchemeBuilder)

屬性值

適用於