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