 | BridgedSecurityRepositoryServiceUnlockDevice Method |
Removes a lock from a device
Namespace: SanteDB.Client.Upstream.RepositoriesAssembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntaxpublic void UnlockDevice(
Guid key
)
Public Sub UnlockDevice (
key As Guid
)
public:
virtual void UnlockDevice(
Guid key
) sealed
abstract UnlockDevice :
key : Guid -> unit
override UnlockDevice :
key : Guid -> unit Parameters
- key Guid
[Missing <param name="key"/> documentation for "M:SanteDB.Client.Upstream.Repositories.BridgedSecurityRepositoryService.UnlockDevice(System.Guid)"]
Implements
ISecurityRepositoryServiceUnlockDevice(Guid)
See Also