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()
使用預設註銷配置,初始化 SignOutResult 的新實例。
public:
SignOutResult();
public SignOutResult ();
Public Sub New ()
適用於
SignOutResult(AuthenticationProperties)
使用預設註銷配置,初始化 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>)
使用指定的驗證配置,初始化 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)
使用指定的驗證配置,初始化 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)
使用指定的驗證配置和 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)
使用指定的驗證配置和 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 用來執行註銷作業。