IAuthenticationManager.GetAuthenticationTypes 方法
取得驗證管理員中的驗證類型。
命名空間: Microsoft.Owin.Security
組件: Microsoft.Owin (在 Microsoft.Owin.dll 中)
語法
'宣告
Function GetAuthenticationTypes As IEnumerable(Of AuthenticationDescription)
'用途
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>
傳回值
型別:System.Collections.Generic.IEnumerable<AuthenticationDescription>
驗證管理員中的驗證類型。