Aracılığıyla paylaş


AuthenticationProperties Oluşturucular

Tanım

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

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

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);
new Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties : System.Collections.Generic.IDictionary<string, string> -> Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties
Public Sub New (items As IDictionary(Of String, String))

Parametreler

Şunlara uygulanır