IAuthenticationManager.GetAuthenticationTypes Method
Lists all of the description data provided by authentication middleware that have been chained
Namespace: Microsoft.Owin.Security
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
'Declaration
Function GetAuthenticationTypes As IEnumerable(Of AuthenticationDescription)
'Usage
Dim instance As IAuthenticationManager
Dim returnValue As IEnumerable(Of AuthenticationDescription)
returnValue = instance.GetAuthenticationTypes()
IEnumerable<AuthenticationDescription> GetAuthenticationTypes()
IEnumerable<AuthenticationDescription^>^ GetAuthenticationTypes()
abstract GetAuthenticationTypes : unit -> IEnumerable<AuthenticationDescription>
function GetAuthenticationTypes() : IEnumerable<AuthenticationDescription>
Return Value
Type: System.Collections.Generic.IEnumerable<AuthenticationDescription>
The authentication descriptions
See Also
Reference
IAuthenticationManager Interface