Share via


AuthenticationDescription 생성자

정의

오버로드

AuthenticationDescription()

AuthenticationDescription 클래스의 새 인스턴스를 초기화합니다.

AuthenticationDescription(IDictionary<String,Object>)

AuthenticationDescription 클래스의 새 인스턴스를 초기화합니다.

AuthenticationDescription()

Source:
AuthenticationDescription.cs
Source:
AuthenticationDescription.cs

AuthenticationDescription 클래스의 새 인스턴스를 초기화합니다.

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

적용 대상

AuthenticationDescription(IDictionary<String,Object>)

Source:
AuthenticationDescription.cs
Source:
AuthenticationDescription.cs

AuthenticationDescription 클래스의 새 인스턴스를 초기화합니다.

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

매개 변수

적용 대상