Share via


AuthenticationResponseRevoke Constructor

 

Namespace:   Microsoft.Owin.Security
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)

Overload List

Name Description
System_CAPS_pubmethod AuthenticationResponseRevoke(String[])

Initializes a new instance of the AuthenticationResponseRevoke class

System_CAPS_pubmethod AuthenticationResponseRevoke(String[], AuthenticationProperties)

Initializes a new instance of the AuthenticationResponseRevoke class

See Also

AuthenticationResponseRevoke Class
Microsoft.Owin.Security Namespace

Return to top

AuthenticationResponseRevoke Constructor (String[])

Initializes a new instance of the AuthenticationResponseRevoke class

Syntax

public AuthenticationResponseRevoke(
    string[] authenticationTypes
)
public:
AuthenticationResponseRevoke(
    array<String^>^ authenticationTypes
)
new : 
        authenticationTypes:string[] -> AuthenticationResponseRevoke
Public Sub New (
    authenticationTypes As String()
)

Parameters

Return to top

AuthenticationResponseRevoke Constructor (String[], AuthenticationProperties)

Initializes a new instance of the AuthenticationResponseRevoke class

Syntax

public AuthenticationResponseRevoke(
    string[] authenticationTypes,
    AuthenticationProperties properties
)
public:
AuthenticationResponseRevoke(
    array<String^>^ authenticationTypes,
    AuthenticationProperties^ properties
)
new : 
        authenticationTypes:string[] *
        properties:AuthenticationProperties -> AuthenticationResponseRevoke
Public Sub New (
    authenticationTypes As String(),
    properties As AuthenticationProperties
)

Parameters

Return to top