| SessionInfoClaims Property |
Gets the claims associated with the session
Namespace:
SanteDB.DisconnectedClient.Ags.Model
Assembly:
SanteDB.DisconnectedClient.Ags (in SanteDB.DisconnectedClient.Ags.dll) Version: 2.2.1
Syntax public Dictionary<string, string> Claims { get; set; }
Public Property Claims As Dictionary(Of String, String)
Get
Set
public:
property Dictionary<String^, String^>^ Claims {
Dictionary<String^, String^>^ get ();
void set (Dictionary<String^, String^>^ value);
}
member Claims : Dictionary<string, string> with get, set
Property Value
Type:
DictionaryString,
StringSee Also