AuthenticationResponseRevoke Constructors

Definition

Overloads

AuthenticationResponseRevoke(String[])

Source:
AuthenticationResponseRevoke.cs

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)

Source:
AuthenticationResponseRevoke.cs

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[]

Applies to