SimpleCredentialProvider Members
Include Protected Members
Include Inherited Members
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents user credentials.
The SimpleCredentialProvider type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SimpleCredentialProvider() | Initializes a new instance of the SimpleCredentialProvider class. | |
SimpleCredentialProvider(String, SecureString) | Initializes a new instance of the SimpleCredentialProvider class based on the specified user name and password. | |
SimpleCredentialProvider(String, String, SecureString) | Initializes a new instance of the SimpleCredentialProvider class. |
Top
Properties
Name | Description | |
---|---|---|
Domain | Gets the domain name from the logon credentials. | |
Password | Gets the password. | |
Username | Gets the account name from the logon credentials. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top