|
ModelController<T, U> .Claims Property
|
Namespace: GSF.Web.ModelAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.246-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
Dictionary<String,
List<Claim>>
See Also