AuthenticationManagerExtensions.GetExternalAuthenticationTypes Method (IAuthenticationManager)
Returns the authentication types, which are considered external because they have captions.
Namespace: Microsoft.Owin.Security
Assembly: Microsoft.AspNet.Identity.Owin (in Microsoft.AspNet.Identity.Owin.dll)
Syntax
public static IEnumerable<AuthenticationDescription> GetExternalAuthenticationTypes(
this IAuthenticationManager manager
)
public:
[ExtensionAttribute]
static IEnumerable<AuthenticationDescription^>^ GetExternalAuthenticationTypes(
IAuthenticationManager^ manager
)
static member GetExternalAuthenticationTypes :
manager:IAuthenticationManager -> IEnumerable<AuthenticationDescription>
<ExtensionAttribute>
Public Shared Function GetExternalAuthenticationTypes (
manager As IAuthenticationManager
) As IEnumerable(Of AuthenticationDescription)
Parameters
manager
Type: Microsoft.Owin.Security.IAuthenticationManagerThe authentication manager.
Return Value
Type: System.Collections.Generic.IEnumerable<AuthenticationDescription>
The external authentication types.
See Also
AuthenticationManagerExtensions Class
Microsoft.Owin.Security Namespace
ASP.NET Identity
Return to top