Sdílet prostřednictvím


Claim.Properties Vlastnost

Definice

Získá slovník, který obsahuje další vlastnosti přidružené k této deklarací identity.

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

Hodnota vlastnosti

IDictionary<String,String>

Slovník, který obsahuje další vlastnosti přidružené k deklaraci identity. Vlastnosti jsou reprezentovány jako páry name-value.

Poznámky

Vlastnost Properties poskytuje slovník párů name-value, které umožňují metadata nebo jiné informace o deklaraci identity, aby k ní byly přidruženy. U deklarací identity generovaných z tokenů SAML může tento slovník obsahovat klíče zadané konstantami ve ClaimProperties třídě.

Platí pro

Viz také