 | UpstreamSecurityRepositoryGetDevice(IIdentity) Method |
Gets the specified security device based on the principal
Namespace: SanteDB.Client.Upstream.RepositoriesAssembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntaxpublic SecurityDevice GetDevice(
IIdentity identity
)
Public Function GetDevice (
identity As IIdentity
) As SecurityDevice
public:
virtual SecurityDevice^ GetDevice(
IIdentity^ identity
) sealed
abstract GetDevice :
identity : IIdentity -> SecurityDevice
override GetDevice :
identity : IIdentity -> SecurityDevice Parameters
- identity IIdentity
[Missing <param name="identity"/> documentation for "M:SanteDB.Client.Upstream.Repositories.UpstreamSecurityRepository.GetDevice(System.Security.Principal.IIdentity)"]
Return Value
SecurityDevice[Missing <returns> documentation for "M:SanteDB.Client.Upstream.Repositories.UpstreamSecurityRepository.GetDevice(System.Security.Principal.IIdentity)"]
Implements
ISecurityRepositoryServiceGetDevice(IIdentity)
See Also