Click or drag to resize

ISessionIdentityProviderServiceGetIdentities Method

Gets an un-authenticated principal from the specified session

Namespace:  SanteDB.Core.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax
IIdentity[] GetIdentities(
	ISession session
)

Parameters

session
Type: SanteDB.Core.SecurityISession
The session to get an authenticated principal from

Return Value

Type: IIdentity
The unauthenticated principal
See Also