Share via


IAuthenticationManager.SignOut 方法

處理驗證之後的登入處理。

命名空間:  Microsoft.Owin.Security
組件:  Microsoft.Owin (在 Microsoft.Owin.dll 中)

語法

'宣告
Sub SignOut ( _
    ParamArray authenticationTypes As String() _
)
'用途
Dim instance As IAuthenticationManager 
Dim authenticationTypes As String()

instance.SignOut(authenticationTypes)
void SignOut(
    params string[] authenticationTypes
)
void SignOut(
    ... array<String^>^ authenticationTypes
)
abstract SignOut : 
        authenticationTypes:string[] -> unit
function SignOut(
    ... authenticationTypes : String[]
)

參數

請參閱

參考

IAuthenticationManager 介面

Microsoft.Owin.Security 命名空間