Compartilhar via


OAuthChallengeProperties Construtores

Definição

Sobrecargas

OAuthChallengeProperties()

Inicializa uma nova instância de OAuthChallengeProperties.

OAuthChallengeProperties(IDictionary<String,String>)

Inicializa uma nova instância de OAuthChallengeProperties.

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

Inicializa uma nova instância de OAuthChallengeProperties.

OAuthChallengeProperties()

Origem:
OAuthChallengeProperties.cs
Origem:
OAuthChallengeProperties.cs
Origem:
OAuthChallengeProperties.cs

Inicializa uma nova instância de OAuthChallengeProperties.

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

Aplica-se a

OAuthChallengeProperties(IDictionary<String,String>)

Origem:
OAuthChallengeProperties.cs
Origem:
OAuthChallengeProperties.cs
Origem:
OAuthChallengeProperties.cs

Inicializa uma nova instância de 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))

Parâmetros

items
IDictionary<String,String>

Dicionário de valores de estado a ser usado.

Aplica-se a

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

Origem:
OAuthChallengeProperties.cs
Origem:
OAuthChallengeProperties.cs
Origem:
OAuthChallengeProperties.cs

Inicializa uma nova instância de 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))

Parâmetros

items
IDictionary<String,String>

Dicionário de valores de estado a ser usado.

parameters
IDictionary<String,Object>

Dicionário de parâmetros a ser usado.

Aplica-se a