Click or drag to resize

IOfflineSecurityChallengeService Interface

A security challenge service that operates locally

Namespace:  SanteDB.DisconnectedClient.Security
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public interface IOfflineSecurityChallengeService : ISecurityChallengeService, 
	IServiceImplementation

The IOfflineSecurityChallengeService type exposes the following members.

Properties
  NameDescription
Public propertyServiceName
Gets the service name
(Inherited from IServiceImplementation.)
Top
Methods
  NameDescription
Public methodGet(Guid, IPrincipal)
Gets the challenges current registered for the user (not the answers)
(Inherited from ISecurityChallengeService.)
Public methodGet(String, IPrincipal)
Gets the challenges current registered for the user (not the answers)
(Inherited from ISecurityChallengeService.)
Public methodRemove
Removes or clears the specified challenge
(Inherited from ISecurityChallengeService.)
Public methodSet
Add a challenge to the current registered user
(Inherited from ISecurityChallengeService.)
Top
See Also