AuthenticationResponseRevoke Constructor (String[])
Initializes a new instance of the AuthenticationResponseRevoke class
Namespace: Microsoft.Owin.Security
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
'Declaration
Public Sub New ( _
authenticationTypes As String() _
)
'Usage
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[]
)
Parameters
- authenticationTypes
Type: System.String[]
See Also
Reference
AuthenticationResponseRevoke Class