|
ModelControllerT, UClaims Property
|
Namespace: GSF.Web.ModelAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.248-beta
Syntaxprotected Dictionary<string, List<Claim>> Claims { get; }
Protected ReadOnly Property Claims As Dictionary(Of String, List(Of Claim))
Get
protected:
property Dictionary<String^, List<Claim^>^>^ Claims {
Dictionary<String^, List<Claim^>^>^ get ();
}
member Claims : Dictionary<string, List<Claim>> with get
View SourceProperty Value
DictionaryString,
ListClaim
See Also