Click or drag to resize

ISessionIdentityProviderServiceAuthenticate Method

Authenticate based on session

Namespace:  SanteDB.Core.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax
IPrincipal Authenticate(
	ISession session
)

Parameters

session
Type: SanteDB.Core.SecurityISession
The session which is being sought for authentication

Return Value

Type: IPrincipal
The authenticated principal
See Also