Click or drag to resize

IOfflineSecurityChallengeIdentityService Interface

Represents a security challenge identity service that operates only offline

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

The IOfflineSecurityChallengeIdentityService 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
(Inherited from ISecurityChallengeIdentityService.)
Top
Events
  NameDescription
Public eventAuthenticated
Fired after an authentication decision being made
(Inherited from ISecurityChallengeIdentityService.)
Public eventAuthenticating
Fired prior to an authentication event
(Inherited from ISecurityChallengeIdentityService.)
Top
See Also