OAuthChallengeProperties Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
OAuthChallengeProperties() |
Inicjuje nowe wystąpienie klasy OAuthChallengeProperties. |
OAuthChallengeProperties(IDictionary<String,String>) |
Inicjuje nowe wystąpienie klasy OAuthChallengeProperties. |
OAuthChallengeProperties(IDictionary<String,String>, IDictionary<String,Object>) |
Inicjuje nowe wystąpienie klasy OAuthChallengeProperties. |
OAuthChallengeProperties()
- Źródło:
- OAuthChallengeProperties.cs
- Źródło:
- OAuthChallengeProperties.cs
- Źródło:
- OAuthChallengeProperties.cs
Inicjuje nowe wystąpienie klasy OAuthChallengeProperties.
public:
OAuthChallengeProperties();
public OAuthChallengeProperties ();
Public Sub New ()
Dotyczy
OAuthChallengeProperties(IDictionary<String,String>)
- Źródło:
- OAuthChallengeProperties.cs
- Źródło:
- OAuthChallengeProperties.cs
- Źródło:
- OAuthChallengeProperties.cs
Inicjuje nowe wystąpienie klasy OAuthChallengeProperties.
public:
OAuthChallengeProperties(System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ items);
public OAuthChallengeProperties (System.Collections.Generic.IDictionary<string,string> items);
public OAuthChallengeProperties (System.Collections.Generic.IDictionary<string,string?> items);
new Microsoft.AspNetCore.Authentication.OAuth.OAuthChallengeProperties : System.Collections.Generic.IDictionary<string, string> -> Microsoft.AspNetCore.Authentication.OAuth.OAuthChallengeProperties
Public Sub New (items As IDictionary(Of String, String))
Parametry
- items
- IDictionary<String,String>
Słownik wartości stanu do użycia.
Dotyczy
OAuthChallengeProperties(IDictionary<String,String>, IDictionary<String,Object>)
- Źródło:
- OAuthChallengeProperties.cs
- Źródło:
- OAuthChallengeProperties.cs
- Źródło:
- OAuthChallengeProperties.cs
Inicjuje nowe wystąpienie klasy OAuthChallengeProperties.
public:
OAuthChallengeProperties(System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ items, System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ parameters);
public OAuthChallengeProperties (System.Collections.Generic.IDictionary<string,string> items, System.Collections.Generic.IDictionary<string,object> parameters);
public OAuthChallengeProperties (System.Collections.Generic.IDictionary<string,string?>? items, System.Collections.Generic.IDictionary<string,object?>? parameters);
new Microsoft.AspNetCore.Authentication.OAuth.OAuthChallengeProperties : System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IDictionary<string, obj> -> Microsoft.AspNetCore.Authentication.OAuth.OAuthChallengeProperties
Public Sub New (items As IDictionary(Of String, String), parameters As IDictionary(Of String, Object))
Parametry
- items
- IDictionary<String,String>
Słownik wartości stanu do użycia.
- parameters
- IDictionary<String,Object>
Słownik parametrów do użycia.