AuthenticationProperties.Items 屬性

定義

驗證工作階段的相關狀態值。

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

屬性值

適用於