SignOutResult 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
SignOutResult() |
使用默认注销方案初始化 SignOutResult 的新实例。 |
SignOutResult(AuthenticationProperties) |
使用默认注销方案初始化 SignOutResult 的新实例。
指定的身份验证方案和 |
SignOutResult(IList<String>) |
使用指定的身份验证方案初始化 SignOutResult 的新实例。 |
SignOutResult(String) |
使用指定的身份验证方案初始化 SignOutResult 的新实例。 |
SignOutResult(IList<String>, AuthenticationProperties) |
使用指定的身份验证方案和 |
SignOutResult(IList<String>, AuthenticationProperties) |
使用指定的身份验证方案和 |
SignOutResult(String, AuthenticationProperties) |
使用指定的身份验证方案和 |
SignOutResult(String, AuthenticationProperties) |
使用指定的身份验证方案和 |
SignOutResult()
- Source:
- SignOutResult.cs
- Source:
- SignOutResult.cs
- Source:
- SignOutResult.cs
使用默认注销方案初始化 SignOutResult 的新实例。
public:
SignOutResult();
public SignOutResult ();
Public Sub New ()
适用于
SignOutResult(AuthenticationProperties)
- Source:
- SignOutResult.cs
使用默认注销方案初始化 SignOutResult 的新实例。
指定的身份验证方案和 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)
参数
- properties
- AuthenticationProperties
AuthenticationProperties 用于执行注销操作。
适用于
SignOutResult(IList<String>)
- Source:
- SignOutResult.cs
- Source:
- SignOutResult.cs
- Source:
- SignOutResult.cs
使用指定的身份验证方案初始化 SignOutResult 的新实例。
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))
参数
适用于
SignOutResult(String)
- Source:
- SignOutResult.cs
- Source:
- SignOutResult.cs
- Source:
- SignOutResult.cs
使用指定的身份验证方案初始化 SignOutResult 的新实例。
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)
参数
- authenticationScheme
- String
注销用户时要使用的身份验证方案。
适用于
SignOutResult(IList<String>, AuthenticationProperties)
- Source:
- SignOutResult.cs
- Source:
- SignOutResult.cs
- Source:
- SignOutResult.cs
使用指定的身份验证方案和 properties
初始化 SignOutResult 的新实例。
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)
参数
- properties
- AuthenticationProperties
AuthenticationProperties 用于执行注销操作。
适用于
SignOutResult(IList<String>, AuthenticationProperties)
使用指定的身份验证方案和 properties
初始化 SignOutResult 的新实例。
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)
参数
- properties
- AuthenticationProperties
AuthenticationProperties 用于执行注销操作。
适用于
SignOutResult(String, AuthenticationProperties)
- Source:
- SignOutResult.cs
- Source:
- SignOutResult.cs
- Source:
- SignOutResult.cs
使用指定的身份验证方案和 properties
初始化 SignOutResult 的新实例。
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)
参数
- authenticationScheme
- String
注销用户时要使用的身份验证方案。
- properties
- AuthenticationProperties
AuthenticationProperties 用于执行注销操作。
适用于
SignOutResult(String, AuthenticationProperties)
使用指定的身份验证方案和 properties
初始化 SignOutResult 的新实例。
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)
参数
- authenticationScheme
- String
注销用户时要使用的身份验证方案。
- properties
- AuthenticationProperties
AuthenticationProperties 用于执行注销操作。