| ISecurityRepositoryServiceUnlockDevice Method |
Removes a lock from a device
Namespace:
SanteDB.Core.Services
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax void UnlockDevice(
Guid key
)
Sub UnlockDevice (
key As Guid
)
void UnlockDevice(
Guid key
)
abstract UnlockDevice :
key : Guid -> unit
Parameters
- key
- Type: SystemGuid
[Missing <param name="key"/> documentation for "M:SanteDB.Core.Services.ISecurityRepositoryService.UnlockDevice(System.Guid)"]
See Also