AuthenticationProperties.Items Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Valores de estado sobre a sessão de autenticação.
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)