SignOutResult Konstruktory

Definicja

Przeciążenia

SignOutResult()

Inicjuje SignOutResult nowe wystąpienie przy użyciu domyślnego schematu wylogowania.

SignOutResult(AuthenticationProperties)

Inicjuje SignOutResult nowe wystąpienie przy użyciu domyślnego schematu wylogowania. określony schemat uwierzytelniania i properties.

SignOutResult(IList<String>)

Inicjuje nowe wystąpienie z SignOutResult określonymi schematami uwierzytelniania.

SignOutResult(String)

Inicjuje nowe wystąpienie przy użyciu określonego SignOutResult schematu uwierzytelniania.

SignOutResult(IList<String>, AuthenticationProperties)

Inicjuje SignOutResult nowe wystąpienie z określonymi schematami uwierzytelniania i properties.

SignOutResult(IList<String>, AuthenticationProperties)

Inicjuje SignOutResult nowe wystąpienie z określonymi schematami uwierzytelniania i properties.

SignOutResult(String, AuthenticationProperties)

Inicjuje SignOutResult nowe wystąpienie z określonym schematem uwierzytelniania i properties.

SignOutResult(String, AuthenticationProperties)

Inicjuje SignOutResult nowe wystąpienie z określonym schematem uwierzytelniania i properties.

SignOutResult()

Źródło:
SignOutResult.cs
Źródło:
SignOutResult.cs

Inicjuje SignOutResult nowe wystąpienie przy użyciu domyślnego schematu wylogowania.

public:
 SignOutResult();
public SignOutResult ();
Public Sub New ()

Dotyczy

SignOutResult(AuthenticationProperties)

Inicjuje SignOutResult nowe wystąpienie przy użyciu domyślnego schematu wylogowania. określony schemat uwierzytelniania i properties.

public:
 SignOutResult(Microsoft::AspNetCore::Authentication::AuthenticationProperties ^ properties);
public SignOutResult (Microsoft.AspNetCore.Authentication.AuthenticationProperties properties);
new Microsoft.AspNetCore.Mvc.SignOutResult : Microsoft.AspNetCore.Authentication.AuthenticationProperties -> Microsoft.AspNetCore.Mvc.SignOutResult
Public Sub New (properties As AuthenticationProperties)

Parametry

properties
AuthenticationProperties

AuthenticationProperties służy do wykonywania operacji wylogowywanie.

Dotyczy

SignOutResult(IList<String>)

Źródło:
SignOutResult.cs
Źródło:
SignOutResult.cs

Inicjuje nowe wystąpienie z SignOutResult określonymi schematami uwierzytelniania.

public:
 SignOutResult(System::Collections::Generic::IList<System::String ^> ^ authenticationSchemes);
public SignOutResult (System.Collections.Generic.IList<string> authenticationSchemes);
new Microsoft.AspNetCore.Mvc.SignOutResult : System.Collections.Generic.IList<string> -> Microsoft.AspNetCore.Mvc.SignOutResult
Public Sub New (authenticationSchemes As IList(Of String))

Parametry

authenticationSchemes
IList<String>

Schematy uwierzytelniania używane podczas wylogowania użytkownika.

Dotyczy

SignOutResult(String)

Źródło:
SignOutResult.cs
Źródło:
SignOutResult.cs

Inicjuje nowe wystąpienie przy użyciu określonego SignOutResult schematu uwierzytelniania.

public:
 SignOutResult(System::String ^ authenticationScheme);
public SignOutResult (string authenticationScheme);
new Microsoft.AspNetCore.Mvc.SignOutResult : string -> Microsoft.AspNetCore.Mvc.SignOutResult
Public Sub New (authenticationScheme As String)

Parametry

authenticationScheme
String

Schemat uwierzytelniania używany podczas wylogowania użytkownika.

Dotyczy

SignOutResult(IList<String>, AuthenticationProperties)

Źródło:
SignOutResult.cs
Źródło:
SignOutResult.cs

Inicjuje SignOutResult nowe wystąpienie z określonymi schematami uwierzytelniania i properties.

public:
 SignOutResult(System::Collections::Generic::IList<System::String ^> ^ authenticationSchemes, Microsoft::AspNetCore::Authentication::AuthenticationProperties ^ properties);
public SignOutResult (System.Collections.Generic.IList<string> authenticationSchemes, Microsoft.AspNetCore.Authentication.AuthenticationProperties properties);
public SignOutResult (System.Collections.Generic.IList<string> authenticationSchemes, Microsoft.AspNetCore.Authentication.AuthenticationProperties? properties);
new Microsoft.AspNetCore.Mvc.SignOutResult : System.Collections.Generic.IList<string> * Microsoft.AspNetCore.Authentication.AuthenticationProperties -> Microsoft.AspNetCore.Mvc.SignOutResult
Public Sub New (authenticationSchemes As IList(Of String), properties As AuthenticationProperties)

Parametry

authenticationSchemes
IList<String>

Schemat uwierzytelniania używany podczas wylogowania użytkownika.

properties
AuthenticationProperties

AuthenticationProperties służy do wykonywania operacji wylogowywanie.

Dotyczy

SignOutResult(IList<String>, AuthenticationProperties)

Inicjuje SignOutResult nowe wystąpienie z określonymi schematami uwierzytelniania i properties.

public:
 SignOutResult(System::Collections::Generic::IList<System::String ^> ^ authenticationSchemes, Microsoft::AspNetCore::Http::Authentication::AuthenticationProperties ^ properties);
public SignOutResult (System.Collections.Generic.IList<string> authenticationSchemes, Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties properties);
new Microsoft.AspNetCore.Mvc.SignOutResult : System.Collections.Generic.IList<string> * Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties -> Microsoft.AspNetCore.Mvc.SignOutResult
Public Sub New (authenticationSchemes As IList(Of String), properties As AuthenticationProperties)

Parametry

authenticationSchemes
IList<String>

Schemat uwierzytelniania używany podczas wylogowania użytkownika.

properties
AuthenticationProperties

AuthenticationProperties służy do wykonywania operacji wylogowywanie.

Dotyczy

SignOutResult(String, AuthenticationProperties)

Źródło:
SignOutResult.cs
Źródło:
SignOutResult.cs

Inicjuje SignOutResult nowe wystąpienie z określonym schematem uwierzytelniania i properties.

public:
 SignOutResult(System::String ^ authenticationScheme, Microsoft::AspNetCore::Authentication::AuthenticationProperties ^ properties);
public SignOutResult (string authenticationScheme, Microsoft.AspNetCore.Authentication.AuthenticationProperties properties);
public SignOutResult (string authenticationScheme, Microsoft.AspNetCore.Authentication.AuthenticationProperties? properties);
new Microsoft.AspNetCore.Mvc.SignOutResult : string * Microsoft.AspNetCore.Authentication.AuthenticationProperties -> Microsoft.AspNetCore.Mvc.SignOutResult
Public Sub New (authenticationScheme As String, properties As AuthenticationProperties)

Parametry

authenticationScheme
String

Schematy uwierzytelniania używane podczas wylogowania użytkownika.

properties
AuthenticationProperties

AuthenticationProperties służy do wykonywania operacji wylogowywanie.

Dotyczy

SignOutResult(String, AuthenticationProperties)

Inicjuje SignOutResult nowe wystąpienie z określonym schematem uwierzytelniania i properties.

public:
 SignOutResult(System::String ^ authenticationScheme, Microsoft::AspNetCore::Http::Authentication::AuthenticationProperties ^ properties);
public SignOutResult (string authenticationScheme, Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties properties);
new Microsoft.AspNetCore.Mvc.SignOutResult : string * Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties -> Microsoft.AspNetCore.Mvc.SignOutResult
Public Sub New (authenticationScheme As String, properties As AuthenticationProperties)

Parametry

authenticationScheme
String

Schematy uwierzytelniania używane podczas wylogowania użytkownika.

properties
AuthenticationProperties

AuthenticationProperties służy do wykonywania operacji wylogowywanie.

Dotyczy