SignOutResult Konstruktory

Definice

Přetížení

SignOutResult()

Inicializuje novou instanci s SignOutResult výchozím schématem odhlášení.

SignOutResult(AuthenticationProperties)

Inicializuje novou instanci s SignOutResult výchozím schématem odhlášení. zadané schéma ověřování a properties.

SignOutResult(IList<String>)

Inicializuje novou instanci SignOutResult pomocí zadaných schémat ověřování.

SignOutResult(String)

Inicializuje novou instanci pomocí zadaného SignOutResult schématu ověřování.

SignOutResult(IList<String>, AuthenticationProperties)

Inicializuje novou instanci pomocí zadaných SignOutResult schémat ověřování a properties.

SignOutResult(IList<String>, AuthenticationProperties)

Inicializuje novou instanci pomocí zadaných SignOutResult schémat ověřování a properties.

SignOutResult(String, AuthenticationProperties)

Inicializuje novou instanci SignOutResult pomocí zadaného schématu ověřování a properties.

SignOutResult(String, AuthenticationProperties)

Inicializuje novou instanci SignOutResult pomocí zadaného schématu ověřování a properties.

SignOutResult()

Zdroj:
SignOutResult.cs
Zdroj:
SignOutResult.cs

Inicializuje novou instanci s SignOutResult výchozím schématem odhlášení.

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

Platí pro

SignOutResult(AuthenticationProperties)

Inicializuje novou instanci s SignOutResult výchozím schématem odhlášení. zadané schéma ověřování a 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 slouží k provedení operace odhlášení.

Platí pro

SignOutResult(IList<String>)

Zdroj:
SignOutResult.cs
Zdroj:
SignOutResult.cs

Inicializuje novou instanci SignOutResult pomocí zadaných schémat ověřování.

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>

Schémata ověřování, která se mají použít při odhlášení uživatele.

Platí pro

SignOutResult(String)

Zdroj:
SignOutResult.cs
Zdroj:
SignOutResult.cs

Inicializuje novou instanci pomocí zadaného SignOutResult schématu ověřování.

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

Schéma ověřování, které se má použít při odhlášení uživatele.

Platí pro

SignOutResult(IList<String>, AuthenticationProperties)

Zdroj:
SignOutResult.cs
Zdroj:
SignOutResult.cs

Inicializuje novou instanci pomocí zadaných SignOutResult schémat ověřování a 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>

Schéma ověřování, které se má použít při odhlášení uživatele.

properties
AuthenticationProperties

AuthenticationProperties slouží k provedení operace odhlášení.

Platí pro

SignOutResult(IList<String>, AuthenticationProperties)

Inicializuje novou instanci pomocí zadaných SignOutResult schémat ověřování a 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>

Schéma ověřování, které se má použít při odhlášení uživatele.

properties
AuthenticationProperties

AuthenticationProperties slouží k provedení operace odhlášení.

Platí pro

SignOutResult(String, AuthenticationProperties)

Zdroj:
SignOutResult.cs
Zdroj:
SignOutResult.cs

Inicializuje novou instanci SignOutResult pomocí zadaného schématu ověřování a 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

Schémata ověřování, která se mají použít při odhlášení uživatele.

properties
AuthenticationProperties

AuthenticationProperties slouží k provedení operace odhlášení.

Platí pro

SignOutResult(String, AuthenticationProperties)

Inicializuje novou instanci SignOutResult pomocí zadaného schématu ověřování a 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

Schémata ověřování, která se mají použít při odhlášení uživatele.

properties
AuthenticationProperties

AuthenticationProperties slouží k provedení operace odhlášení.

Platí pro