SignOutResult Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
SignOutResult() |
Inicializuje novou instanci SignOutResult s výchozím schématem odhlášení. |
SignOutResult(AuthenticationProperties) |
Inicializuje novou instanci SignOutResult s výchozím schématem odhlášení.
zadané schéma ověřování a |
SignOutResult(IList<String>) |
Inicializuje novou instanci SignOutResult se zadanými schématy ověřování. |
SignOutResult(String) |
Inicializuje novou instanci SignOutResult se zadaným schématem ověřování. |
SignOutResult(IList<String>, AuthenticationProperties) |
Inicializuje novou instanci SignOutResult se zadanými schématy ověřování a |
SignOutResult(IList<String>, AuthenticationProperties) |
Inicializuje novou instanci SignOutResult se zadanými schématy ověřování a |
SignOutResult(String, AuthenticationProperties) |
Inicializuje novou instanci SignOutResult se zadaným schématem ověřování a |
SignOutResult(String, AuthenticationProperties) |
Inicializuje novou instanci SignOutResult se zadaným schématem ověřování a |
SignOutResult()
- Zdroj:
- SignOutResult.cs
- Zdroj:
- SignOutResult.cs
- Zdroj:
- SignOutResult.cs
Inicializuje novou instanci SignOutResult s výchozím schématem odhlášení.
public:
SignOutResult();
public SignOutResult ();
Public Sub New ()
Platí pro
SignOutResult(AuthenticationProperties)
- Zdroj:
- SignOutResult.cs
Inicializuje novou instanci SignOutResult s 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žící k provedení operace odhlášení.
Platí pro
SignOutResult(IList<String>)
- Zdroj:
- SignOutResult.cs
- Zdroj:
- SignOutResult.cs
- Zdroj:
- SignOutResult.cs
Inicializuje novou instanci SignOutResult se zadanými schématy 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
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
- Zdroj:
- SignOutResult.cs
Inicializuje novou instanci SignOutResult se zadaným schématem 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
- Zdroj:
- SignOutResult.cs
Inicializuje novou instanci SignOutResult se zadanými schématy 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
Schémata ověřování, která se mají použít při odhlášení uživatele.
- properties
- AuthenticationProperties
AuthenticationProperties sloužící k provedení operace odhlášení.
Platí pro
SignOutResult(IList<String>, AuthenticationProperties)
Inicializuje novou instanci SignOutResult se zadanými schématy 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
- properties
- AuthenticationProperties
AuthenticationProperties sloužící k provedení operace odhlášení.
Platí pro
SignOutResult(String, AuthenticationProperties)
- Zdroj:
- SignOutResult.cs
- Zdroj:
- SignOutResult.cs
- Zdroj:
- SignOutResult.cs
Inicializuje novou instanci SignOutResult se zadaným schématem 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éma ověřování, které se má použít při odhlášení uživatele.
- properties
- AuthenticationProperties
AuthenticationProperties sloužící k provedení operace odhlášení.
Platí pro
SignOutResult(String, AuthenticationProperties)
Inicializuje novou instanci SignOutResult se zadaným schématem 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žící k provedení operace odhlášení.