UsersValidateProviderUser Method |
Validates a user's password against a remote system.
Namespace: ConnectedApps.Cms.Sdk.DataAssembly: ConnectedApps.Cms.Sdk.Data (in ConnectedApps.Cms.Sdk.Data.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string ValidateProviderUser(
Guid providerInstanceId,
string username,
string password
)
Public Function ValidateProviderUser (
providerInstanceId As Guid,
username As String,
password As String
) As String
public:
String^ ValidateProviderUser(
Guid providerInstanceId,
String^ username,
String^ password
)
member ValidateProviderUser :
providerInstanceId : Guid *
username : string *
password : string -> string
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