Click or drag to resize

IDeviceIdentity Interface

Represents a device identity

Namespace: SanteDB.Core.Security.Principal
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public interface IDeviceIdentity : IIdentity

The IDeviceIdentity type exposes the following members.

Properties
 NameDescription
Public propertyAuthenticationTypeGets the type of authentication used.
(Inherited from IIdentity)
Public propertyIsAuthenticatedGets a value that indicates whether the user has been authenticated.
(Inherited from IIdentity)
Public propertyNameGets the name of the current user.
(Inherited from IIdentity)
Top
See Also