OpenIdConnectChallengeProperties Конструкторы
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
OpenIdConnectChallengeProperties() |
Инициализирует новый экземпляр OpenIdConnectChallengeProperties. |
OpenIdConnectChallengeProperties(IDictionary<String,String>) |
Инициализирует новый экземпляр OpenIdConnectChallengeProperties. |
OpenIdConnectChallengeProperties(IDictionary<String,String>, IDictionary<String,Object>) |
Инициализирует новый экземпляр OpenIdConnectChallengeProperties. |
OpenIdConnectChallengeProperties()
- Исходный код:
- OpenIdConnectChallengeProperties.cs
- Исходный код:
- OpenIdConnectChallengeProperties.cs
- Исходный код:
- OpenIdConnectChallengeProperties.cs
- Исходный код:
- OpenIdConnectChallengeProperties.cs
- Исходный код:
- OpenIdConnectChallengeProperties.cs
- Исходный код:
- OpenIdConnectChallengeProperties.cs
- Исходный код:
- OpenIdConnectChallengeProperties.cs
- Исходный код:
- OpenIdConnectChallengeProperties.cs
- Исходный код:
- OpenIdConnectChallengeProperties.cs
Инициализирует новый экземпляр OpenIdConnectChallengeProperties.
public:
OpenIdConnectChallengeProperties();
public OpenIdConnectChallengeProperties ();
Public Sub New ()
Применяется к
OpenIdConnectChallengeProperties(IDictionary<String,String>)
- Исходный код:
- OpenIdConnectChallengeProperties.cs
- Исходный код:
- OpenIdConnectChallengeProperties.cs
- Исходный код:
- OpenIdConnectChallengeProperties.cs
- Исходный код:
- OpenIdConnectChallengeProperties.cs
- Исходный код:
- OpenIdConnectChallengeProperties.cs
- Исходный код:
- OpenIdConnectChallengeProperties.cs
- Исходный код:
- OpenIdConnectChallengeProperties.cs
- Исходный код:
- OpenIdConnectChallengeProperties.cs
- Исходный код:
- OpenIdConnectChallengeProperties.cs
Инициализирует новый экземпляр OpenIdConnectChallengeProperties.
public:
OpenIdConnectChallengeProperties(System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ items);
public OpenIdConnectChallengeProperties (System.Collections.Generic.IDictionary<string,string> items);
public OpenIdConnectChallengeProperties (System.Collections.Generic.IDictionary<string,string?> items);
new Microsoft.AspNetCore.Authentication.OpenIdConnect.OpenIdConnectChallengeProperties : System.Collections.Generic.IDictionary<string, string> -> Microsoft.AspNetCore.Authentication.OpenIdConnect.OpenIdConnectChallengeProperties
Public Sub New (items As IDictionary(Of String, String))
Параметры
- items
- IDictionary<String,String>
Используемый словарь значений состояния.
Применяется к
OpenIdConnectChallengeProperties(IDictionary<String,String>, IDictionary<String,Object>)
- Исходный код:
- OpenIdConnectChallengeProperties.cs
- Исходный код:
- OpenIdConnectChallengeProperties.cs
- Исходный код:
- OpenIdConnectChallengeProperties.cs
- Исходный код:
- OpenIdConnectChallengeProperties.cs
- Исходный код:
- OpenIdConnectChallengeProperties.cs
- Исходный код:
- OpenIdConnectChallengeProperties.cs
- Исходный код:
- OpenIdConnectChallengeProperties.cs
- Исходный код:
- OpenIdConnectChallengeProperties.cs
- Исходный код:
- OpenIdConnectChallengeProperties.cs
Инициализирует новый экземпляр OpenIdConnectChallengeProperties.
public:
OpenIdConnectChallengeProperties(System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ items, System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ parameters);
public OpenIdConnectChallengeProperties (System.Collections.Generic.IDictionary<string,string> items, System.Collections.Generic.IDictionary<string,object> parameters);
public OpenIdConnectChallengeProperties (System.Collections.Generic.IDictionary<string,string?> items, System.Collections.Generic.IDictionary<string,object?> parameters);
new Microsoft.AspNetCore.Authentication.OpenIdConnect.OpenIdConnectChallengeProperties : System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IDictionary<string, obj> -> Microsoft.AspNetCore.Authentication.OpenIdConnect.OpenIdConnectChallengeProperties
Public Sub New (items As IDictionary(Of String, String), parameters As IDictionary(Of String, Object))
Параметры
- items
- IDictionary<String,String>
Используемый словарь значений состояния.
- parameters
- IDictionary<String,Object>
Используемый словарь параметров.