Click or drag to resize

SanteDBClaimsIdentityName Property

Gets the name of the current user.

Namespace:  SanteDB.Core.Security.Claims
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax
public virtual string Name { get; }

Property Value

Type: String
The name.

Return Value

Type: String
The name of the user on whose behalf the code is running.

Implements

IIdentityName
See Also