Click or drag to resize

ISessionIdentityProviderService Interface

Represents a session identity service that can provide identities

Namespace:  SanteDB.Core.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax
public interface ISessionIdentityProviderService : IServiceImplementation

The ISessionIdentityProviderService type exposes the following members.

Properties
  NameDescription
Public propertyServiceName
Gets the service name
(Inherited from IServiceImplementation.)
Top
Methods
  NameDescription
Public methodAuthenticate
Authenticate based on session
Public methodGetIdentities
Gets an un-authenticated principal from the specified session
Top
See Also