Click or drag to resize

IIdentityProviderServiceAuthenticate Method (String, String)

Authenticate the user creating an identity

Namespace:  SanteDB.Core.Security.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
IPrincipal Authenticate(
	string userName,
	string password
)

Parameters

userName
Type: SystemString

[Missing <param name="userName"/> documentation for "M:SanteDB.Core.Security.Services.IIdentityProviderService.Authenticate(System.String,System.String)"]

password
Type: SystemString

[Missing <param name="password"/> documentation for "M:SanteDB.Core.Security.Services.IIdentityProviderService.Authenticate(System.String,System.String)"]

Return Value

Type: IPrincipal

[Missing <returns> documentation for "M:SanteDB.Core.Security.Services.IIdentityProviderService.Authenticate(System.String,System.String)"]

See Also