Click or drag to resize

ISecurityRepositoryServiceGetDevice(IIdentity) Method

Gets the specified security device based on the principal

Namespace: SanteDB.Core.Services
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
SecurityDevice GetDevice(
	IIdentity identity
)

Parameters

identity  IIdentity

[Missing <param name="identity"/> documentation for "M:SanteDB.Core.Services.ISecurityRepositoryService.GetDevice(System.Security.Principal.IIdentity)"]

Return Value

SecurityDevice

[Missing <returns> documentation for "M:SanteDB.Core.Services.ISecurityRepositoryService.GetDevice(System.Security.Principal.IIdentity)"]

See Also