AddInManager.CheckCredentialsAsync Method (String, String)
Asynchronously verifies that the specified user name and password are valid on the server.
Namespace: Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly: AddinInfrastructure (in AddinInfrastructure.dll)
Syntax
public void CheckCredentialsAsync(
string fullUserName,
string password
)
public:
void CheckCredentialsAsync(
String^ fullUserName,
String^ password
)
Public Sub CheckCredentialsAsync (
fullUserName As String,
password As String
)
Parameters
fullUserName
Type: System.StringThe name of the user account to be verified.
password
Type: System.StringThe password for the user account.
Exceptions
Exception | Condition |
---|---|
AddInException | The specified user name or password is not valid. |
See Also
AddInManager Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace
Return to top