SignOutContext(String, IDictionary<String,String>) Конструктор
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
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))
Параметры
- authenticationScheme
- String
- properties
- IDictionary<String,String>