次の方法で共有


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)

プロパティ値

適用対象