AuthenticationResponseRevoke Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| AuthenticationResponseRevoke(String[]) |
Initializes a new instance of the AuthenticationResponseRevoke class |
| AuthenticationResponseRevoke(String[], AuthenticationProperties) |
Initializes a new instance of the AuthenticationResponseRevoke class |
AuthenticationResponseRevoke(String[])
Initializes a new instance of the AuthenticationResponseRevoke class
public AuthenticationResponseRevoke(string[] authenticationTypes);
new Microsoft.Owin.Security.AuthenticationResponseRevoke : string[] -> Microsoft.Owin.Security.AuthenticationResponseRevoke
Public Sub New (authenticationTypes As String())
Parameters
- authenticationTypes
- String[]
Applies to
AuthenticationResponseRevoke(String[], AuthenticationProperties)
Initializes a new instance of the AuthenticationResponseRevoke class
public AuthenticationResponseRevoke(string[] authenticationTypes, Microsoft.Owin.Security.AuthenticationProperties properties);
new Microsoft.Owin.Security.AuthenticationResponseRevoke : string[] * Microsoft.Owin.Security.AuthenticationProperties -> Microsoft.Owin.Security.AuthenticationResponseRevoke
Public Sub New (authenticationTypes As String(), properties As AuthenticationProperties)
Parameters
- authenticationTypes
- String[]
- properties
- AuthenticationProperties