Sdílet prostřednictvím


OAuthChallengeProperties Konstruktory

Definice

Přetížení

OAuthChallengeProperties()

Inicializuje novou instanci objektu OAuthChallengeProperties.

OAuthChallengeProperties(IDictionary<String,String>)

Inicializuje novou instanci objektu OAuthChallengeProperties.

OAuthChallengeProperties(IDictionary<String,String>, IDictionary<String,Object>)

Inicializuje novou instanci objektu OAuthChallengeProperties.

OAuthChallengeProperties()

Zdroj:
OAuthChallengeProperties.cs
Zdroj:
OAuthChallengeProperties.cs
Zdroj:
OAuthChallengeProperties.cs

Inicializuje novou instanci objektu OAuthChallengeProperties.

public:
 OAuthChallengeProperties();
public OAuthChallengeProperties ();
Public Sub New ()

Platí pro

OAuthChallengeProperties(IDictionary<String,String>)

Zdroj:
OAuthChallengeProperties.cs
Zdroj:
OAuthChallengeProperties.cs
Zdroj:
OAuthChallengeProperties.cs

Inicializuje novou instanci objektu 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>

Slovník hodnot stavu, který se má použít.

Platí pro

OAuthChallengeProperties(IDictionary<String,String>, IDictionary<String,Object>)

Zdroj:
OAuthChallengeProperties.cs
Zdroj:
OAuthChallengeProperties.cs
Zdroj:
OAuthChallengeProperties.cs

Inicializuje novou instanci objektu 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>

Slovník hodnot stavu, který se má použít.

parameters
IDictionary<String,Object>

Slovník parametrů, který se má použít.

Platí pro