Aracılığıyla paylaş


OAuthChallengeProperties Oluşturucular

Tanım

Aşırı Yüklemeler

OAuthChallengeProperties()

yeni bir örneğini OAuthChallengePropertiesbaşlatır.

OAuthChallengeProperties(IDictionary<String,String>)

yeni bir örneğini OAuthChallengePropertiesbaşlatır.

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

yeni bir örneğini OAuthChallengePropertiesbaşlatır.

OAuthChallengeProperties()

Kaynak:
OAuthChallengeProperties.cs
Kaynak:
OAuthChallengeProperties.cs
Kaynak:
OAuthChallengeProperties.cs

yeni bir örneğini OAuthChallengePropertiesbaşlatır.

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

Şunlara uygulanır

OAuthChallengeProperties(IDictionary<String,String>)

Kaynak:
OAuthChallengeProperties.cs
Kaynak:
OAuthChallengeProperties.cs
Kaynak:
OAuthChallengeProperties.cs

yeni bir örneğini OAuthChallengePropertiesbaşlatır.

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))

Parametreler

items
IDictionary<String,String>

Kullanılacak durum değerleri sözlüğü.

Şunlara uygulanır

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

Kaynak:
OAuthChallengeProperties.cs
Kaynak:
OAuthChallengeProperties.cs
Kaynak:
OAuthChallengeProperties.cs

yeni bir örneğini OAuthChallengePropertiesbaşlatır.

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))

Parametreler

items
IDictionary<String,String>

Kullanılacak durum değerleri sözlüğü.

parameters
IDictionary<String,Object>

Kullanılacak parametreler sözlüğü.

Şunlara uygulanır