Click or drag to resize

ISecurityChallengeIdentityService Interface

Represents a security challenge service which can provide identity

Namespace:  SanteDB.Core.Security
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
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