다음을 통해 공유


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)

반환

적용 대상