Click or drag to resize

IOfflineDeviceIdentityProviderService Interface

Represents an offline identity provider service

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

The IOfflineDeviceIdentityProviderService type exposes the following members.

Properties
  NameDescription
Public propertyServiceName
Gets the service name
(Inherited from IServiceImplementation.)
Top
Methods
  NameDescription
Public methodAuthenticate
Authenticates the specified device identifier.
(Inherited from IDeviceIdentityProviderService.)
Public methodChangeSecret
Change the device secret
(Inherited from IDeviceIdentityProviderService.)
Public methodCreateIdentity
Create an identity
Public methodGetIdentity
Gets the specified identity for an device.
(Inherited from IDeviceIdentityProviderService.)
Public methodSetLockout
Set the lockout status
(Inherited from IDeviceIdentityProviderService.)
Top
Events
  NameDescription
Public eventAuthenticated
Fired after an authentication request has been made.
(Inherited from IDeviceIdentityProviderService.)
Public eventAuthenticating
Fired prior to an authentication request being made.
(Inherited from IDeviceIdentityProviderService.)
Top
See Also