共用方式為


AuthenticationResponseRevoke 建構函式

初始化 AuthenticationResponseRevoke 類別的新執行個體。

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

語法

'宣告
Public Sub New ( _
    authenticationTypes As String() _
)
'用途
Dim authenticationTypes As String()

Dim instance As New AuthenticationResponseRevoke(authenticationTypes)
public AuthenticationResponseRevoke(
    string[] authenticationTypes
)
public:
AuthenticationResponseRevoke(
    array<String^>^ authenticationTypes
)
new : 
        authenticationTypes:string[] -> AuthenticationResponseRevoke
public function AuthenticationResponseRevoke(
    authenticationTypes : String[]
)

參數

請參閱

參考

AuthenticationResponseRevoke 類別

Microsoft.Owin.Security 命名空間