AuthenticationProperties Oluşturucular
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
AuthenticationProperties() |
AuthenticationProperties sınıfının yeni bir örneğini başlatır. |
AuthenticationProperties(IDictionary<String,String>) |
AuthenticationProperties sınıfının yeni bir örneğini başlatır. |
AuthenticationProperties(IDictionary<String,String>, IDictionary<String,Object>) |
AuthenticationProperties sınıfının yeni bir örneğini başlatır. |
AuthenticationProperties()
- Kaynak:
- AuthenticationProperties.cs
- Kaynak:
- AuthenticationProperties.cs
- Kaynak:
- AuthenticationProperties.cs
AuthenticationProperties sınıfının yeni bir örneğini başlatır.
public:
AuthenticationProperties();
public AuthenticationProperties ();
Public Sub New ()
Şunlara uygulanır
AuthenticationProperties(IDictionary<String,String>)
- Kaynak:
- AuthenticationProperties.cs
- Kaynak:
- AuthenticationProperties.cs
- Kaynak:
- AuthenticationProperties.cs
AuthenticationProperties sınıfının yeni bir örneğini başlatır.
public:
AuthenticationProperties(System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ items);
public AuthenticationProperties (System.Collections.Generic.IDictionary<string,string> items);
public AuthenticationProperties (System.Collections.Generic.IDictionary<string,string?> items);
[System.Text.Json.Serialization.JsonConstructor]
public AuthenticationProperties (System.Collections.Generic.IDictionary<string,string?> items);
new Microsoft.AspNetCore.Authentication.AuthenticationProperties : System.Collections.Generic.IDictionary<string, string> -> Microsoft.AspNetCore.Authentication.AuthenticationProperties
[<System.Text.Json.Serialization.JsonConstructor>]
new Microsoft.AspNetCore.Authentication.AuthenticationProperties : System.Collections.Generic.IDictionary<string, string> -> Microsoft.AspNetCore.Authentication.AuthenticationProperties
Public Sub New (items As IDictionary(Of String, String))
Parametreler
- items
- IDictionary<String,String>
Kullanılacak durum değerleri sözlüğü.
- Öznitelikler
Şunlara uygulanır
AuthenticationProperties(IDictionary<String,String>, IDictionary<String,Object>)
- Kaynak:
- AuthenticationProperties.cs
- Kaynak:
- AuthenticationProperties.cs
- Kaynak:
- AuthenticationProperties.cs
AuthenticationProperties sınıfının yeni bir örneğini başlatır.
public:
AuthenticationProperties(System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ items, System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ parameters);
public AuthenticationProperties (System.Collections.Generic.IDictionary<string,string> items, System.Collections.Generic.IDictionary<string,object> parameters);
public AuthenticationProperties (System.Collections.Generic.IDictionary<string,string?>? items, System.Collections.Generic.IDictionary<string,object?>? parameters);
new Microsoft.AspNetCore.Authentication.AuthenticationProperties : System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IDictionary<string, obj> -> Microsoft.AspNetCore.Authentication.AuthenticationProperties
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 parametre sözlüğü.