SignOutResult Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
SignOutResult() |
Inicjuje nowe wystąpienie SignOutResult z domyślnym schematem wylogowywaniem. |
SignOutResult(AuthenticationProperties) |
Inicjuje nowe wystąpienie SignOutResult z domyślnym schematem wylogowywaniem.
określony schemat uwierzytelniania i |
SignOutResult(IList<String>) |
Inicjuje nowe wystąpienie SignOutResult z określonymi schematami uwierzytelniania. |
SignOutResult(String) |
Inicjuje nowe wystąpienie SignOutResult przy użyciu określonego schematu uwierzytelniania. |
SignOutResult(IList<String>, AuthenticationProperties) |
Inicjuje nowe wystąpienie SignOutResult z określonymi schematami uwierzytelniania i |
SignOutResult(IList<String>, AuthenticationProperties) |
Inicjuje nowe wystąpienie SignOutResult z określonymi schematami uwierzytelniania i |
SignOutResult(String, AuthenticationProperties) |
Inicjuje nowe wystąpienie SignOutResult z określonym schematem uwierzytelniania i |
SignOutResult(String, AuthenticationProperties) |
Inicjuje nowe wystąpienie SignOutResult z określonym schematem uwierzytelniania i |
SignOutResult()
- Źródło:
- SignOutResult.cs
- Źródło:
- SignOutResult.cs
- Źródło:
- SignOutResult.cs
Inicjuje nowe wystąpienie SignOutResult z domyślnym schematem wylogowywaniem.
public:
SignOutResult();
public SignOutResult ();
Public Sub New ()
Dotyczy
SignOutResult(AuthenticationProperties)
- Źródło:
- SignOutResult.cs
Inicjuje nowe wystąpienie SignOutResult z domyślnym schematem wylogowywaniem.
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 używane do wykonywania operacji wylogowywanie.
Dotyczy
SignOutResult(IList<String>)
- Źródło:
- SignOutResult.cs
- Źródło:
- SignOutResult.cs
- Źródło:
- SignOutResult.cs
Inicjuje nowe wystąpienie SignOutResult z 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
Schematy uwierzytelniania używane podczas wylogowywanie użytkownika.
Dotyczy
SignOutResult(String)
- Źródło:
- SignOutResult.cs
- Źródło:
- SignOutResult.cs
- Źródło:
- SignOutResult.cs
Inicjuje nowe wystąpienie SignOutResult przy użyciu określonego 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 wylogowywanie użytkownika.
Dotyczy
SignOutResult(IList<String>, AuthenticationProperties)
- Źródło:
- SignOutResult.cs
- Źródło:
- SignOutResult.cs
- Źródło:
- SignOutResult.cs
Inicjuje nowe wystąpienie SignOutResult 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
Schematy uwierzytelniania używane podczas wylogowywanie użytkownika.
- properties
- AuthenticationProperties
AuthenticationProperties używane do wykonywania operacji wylogowywanie.
Dotyczy
SignOutResult(IList<String>, AuthenticationProperties)
Inicjuje nowe wystąpienie SignOutResult 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
Schemat uwierzytelniania używany podczas wylogowywanie użytkownika.
- properties
- AuthenticationProperties
AuthenticationProperties używane do wykonywania operacji wylogowywanie.
Dotyczy
SignOutResult(String, AuthenticationProperties)
- Źródło:
- SignOutResult.cs
- Źródło:
- SignOutResult.cs
- Źródło:
- SignOutResult.cs
Inicjuje nowe wystąpienie SignOutResult 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
Schemat uwierzytelniania używany podczas wylogowywanie użytkownika.
- properties
- AuthenticationProperties
AuthenticationProperties używane do wykonywania operacji wylogowywanie.
Dotyczy
SignOutResult(String, AuthenticationProperties)
Inicjuje nowe wystąpienie SignOutResult 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 wylogowywanie użytkownika.
- properties
- AuthenticationProperties
AuthenticationProperties używane do wykonywania operacji wylogowywanie.