Share via


AuthenticationManager.GetAuthenticationSchemes 方法

定義

public:
 abstract System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Http::Authentication::AuthenticationDescription ^> ^ GetAuthenticationSchemes();
public abstract System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Http.Authentication.AuthenticationDescription> GetAuthenticationSchemes ();
abstract member GetAuthenticationSchemes : unit -> seq<Microsoft.AspNetCore.Http.Authentication.AuthenticationDescription>
Public MustOverride Function GetAuthenticationSchemes () As IEnumerable(Of AuthenticationDescription)

傳回

適用於