Claim.Properties Egenskap

Definition

Hämtar en ordlista som innehåller ytterligare egenskaper som är associerade med det här anspråket.

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)

Egenskapsvärde

En ordlista som innehåller ytterligare egenskaper som är associerade med anspråket. Egenskaperna representeras som namn/värde-par.

Kommentarer

Egenskapen Properties innehåller en ordlista med namn/värde-par som tillåter att metadata eller annan information om anspråket associeras med det. För anspråk som genereras från SAML-token kan den här ordlistan innehålla nycklar som anges av konstanterna i ClaimProperties klassen.

Gäller för

Se även