Aracılığıyla paylaş


AuthenticationDescription Oluşturucular

Tanım

Aşırı Yüklemeler

AuthenticationDescription()

AuthenticationDescription sınıfının yeni bir örneğini başlatır

AuthenticationDescription(IDictionary<String,Object>)

AuthenticationDescription sınıfının yeni bir örneğini başlatır

AuthenticationDescription()

Kaynak:
AuthenticationDescription.cs
Kaynak:
AuthenticationDescription.cs

AuthenticationDescription sınıfının yeni bir örneğini başlatır

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

Şunlara uygulanır

AuthenticationDescription(IDictionary<String,Object>)

Kaynak:
AuthenticationDescription.cs
Kaynak:
AuthenticationDescription.cs

AuthenticationDescription sınıfının yeni bir örneğini başlatır

public:
 AuthenticationDescription(System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ items);
public AuthenticationDescription (System.Collections.Generic.IDictionary<string,object> items);
new Microsoft.AspNetCore.Http.Authentication.AuthenticationDescription : System.Collections.Generic.IDictionary<string, obj> -> Microsoft.AspNetCore.Http.Authentication.AuthenticationDescription
Public Sub New (items As IDictionary(Of String, Object))

Parametreler

Şunlara uygulanır