 | SanteDBClaimsIdentityName Property |
Gets the name of the current user.
Namespace: SanteDB.Core.Security.ClaimsAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic 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
StringThe name.
Return Value
StringThe name of the user on whose behalf the code is running.
Implements
IIdentityName
See Also