Click or drag to resize

AdoDeviceIdentityProviderAuthenticate Method

Authenticates the specified device identity

Namespace: SanteDB.Persistence.Data.Services
Assembly: SanteDB.Persistence.Data (in SanteDB.Persistence.Data.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
Syntax
public IPrincipal Authenticate(
	string deviceId,
	string deviceSecret,
	AuthenticationMethod authMethod = AuthenticationMethod.Any
)

Parameters

deviceId  String
The public identifier of the device
deviceSecret  String
The secret of the device , either a plantext secret or a certificate thumbprint
authMethod  AuthenticationMethod  (Optional)
The authentication method used

Return Value

IPrincipal

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

Implements

IDeviceIdentityProviderServiceAuthenticate(String, String, AuthenticationMethod)
See Also