SignOutContext(String, IDictionary<String,String>) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
SignOutContext(System::String ^ authenticationScheme, System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ properties);
public SignOutContext (string authenticationScheme, System.Collections.Generic.IDictionary<string,string> properties);
new Microsoft.AspNetCore.Http.Features.Authentication.SignOutContext : string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.AspNetCore.Http.Features.Authentication.SignOutContext
Public Sub New (authenticationScheme As String, properties As IDictionary(Of String, String))
Parameters
- authenticationScheme
- String
- properties
- IDictionary<String,String>