Partager via


Propriété AuthenticationProperties.Dictionary

Obtient le dictionnaire sous-jacent utilisé pour stocker ces propriétés.

Espace de noms :  Microsoft.Owin.Security
Assembly :  Microsoft.Owin (en Microsoft.Owin.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Dictionary As IDictionary(Of String, String)
    Get
'Utilisation
Dim instance As AuthenticationProperties 
Dim value As IDictionary(Of String, String)

value = instance.Dictionary
public IDictionary<string, string> Dictionary { get; }
public:
property IDictionary<String^, String^>^ Dictionary {
    IDictionary<String^, String^>^ get ();
}
member Dictionary : IDictionary<string, string>
function get Dictionary () : IDictionary<String, String>

Valeur de propriété

Type : System.Collections.Generic.IDictionary<String, String>
Dictionnaire sous-jacent utilisé pour stocker ces propriétés.

Voir aussi

Référence

AuthenticationProperties Classe

Espace de noms Microsoft.Owin.Security