AuthenticationDescription.Items 属性

定义

包含有关身份验证提供程序的元数据。

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ Items { System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,object> Items { get; }
member this.Items : System.Collections.Generic.IDictionary<string, obj>
Public ReadOnly Property Items As IDictionary(Of String, Object)

属性值

适用于