| 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; }
Public Overridable ReadOnly Property Name As String
Get
public:
virtual property String^ Name {
String^ get ();
}
abstract Name : string with get
override Name : string with get
Property Value
Type:
StringThe name.
Return Value
Type:
StringThe name of the user on whose behalf the code is running.
Implements
IIdentityNameSee Also