Click or drag to resize

ISecurityChallengeIdentityService Interface

Represents a security challenge service which can provide identity

Namespace: SanteDB.Core.Security.Services
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public interface ISecurityChallengeIdentityService : IServiceImplementation

The ISecurityChallengeIdentityService type exposes the following members.

Properties
 NameDescription
Public propertyServiceName Gets the service name
(Inherited from IServiceImplementation)
Top
Methods
 NameDescription
Public methodAuthenticate Authenticates the specified user with a challenge key and response
Top
Events
 NameDescription
Public eventAuthenticated Fired after an authentication decision being made
Public eventAuthenticating Fired prior to an authentication event
Top
See Also