Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 CheckCredentials(
    string fullUserName,
    string password
)
public:
void CheckCredentials(
    String^ fullUserName,
    String^ password
)
Public Sub CheckCredentials (
    fullUserName As String,
    password As String
)
Parameters
- fullUserName 
 Type: System.String- The name of the user account to be verified. 
- password 
 Type: System.String- The 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