| ISessionClaims Property |
Gets the claims for the session
Namespace:
SanteDB.Core.Security
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax ReadOnly Property Claims As IClaim()
Get
property array<IClaim^>^ Claims {
array<IClaim^>^ get ();
}
abstract Claims : IClaim[] with get
Property Value
Type:
IClaimSee Also