SimpleCredentialProvider members

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents user credentials.

The SimpleCredentialProvider type exposes the following members.

Constructors

  Name Description
Public method SimpleCredentialProvider() Initializes a new instance of the SimpleCredentialProvider class.
Public method SimpleCredentialProvider(String, SecureString) Initializes a new instance of the SimpleCredentialProvider class based on the specified user name and password.
Public method SimpleCredentialProvider(String, String, SecureString) Initializes a new instance of the SimpleCredentialProvider class.

Top

Properties

  Name Description
Public property Domain Gets the domain name from the logon credentials.
Public property Password Gets the password.
Public property Username Gets the account name from the logon credentials.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See also

Reference

SimpleCredentialProvider class

Microsoft.PerformancePoint.Scorecards.Server namespace