Click or drag to resize
UsersValidateProviderUser Method
Validates a user's password against a remote system.

Namespace: ConnectedApps.Cms.Sdk.Data
Assembly: ConnectedApps.Cms.Sdk.Data (in ConnectedApps.Cms.Sdk.Data.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string ValidateProviderUser(
	Guid providerInstanceId,
	string username,
	string password
)

Parameters

providerInstanceId
Type: SystemGuid
The unique identifier of the provider representing the remote system.
username
Type: SystemString
The user name of the account.
password
Type: SystemString
The password of the account.

Return Value

Type: String
See Also