Click or drag to resize

ISecurityChallengeService Interface

Represents an interface that allows for the retrieval of pre-configured security challenges

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

The ISecurityChallengeService 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)
Public methodGet(String, IPrincipal)
Gets the challenges current registered for the user (not the answers)
Public methodRemove
Removes or clears the specified challenge
Public methodSet
Add a challenge to the current registered user
Top
See Also