Click or drag to resize

ISecurityChallengeService Interface

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

Namespace: SanteDB.Core.Security.Services
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
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