SimpleCredentialProvider Constructor (String, SecureString)
Initializes a new instance of the SimpleCredentialProvider class based on the specified user name and password.
Namespace: Microsoft.PerformancePoint.Scorecards.Server
Assembly: Microsoft.PerformancePoint.Scorecards.Server (in Microsoft.PerformancePoint.Scorecards.Server.dll)
Syntax
'Declaration
Public Sub New ( _
fullUserName As String, _
password As SecureString _
)
'Usage
Dim fullUserName As String
Dim password As SecureString
Dim instance As New SimpleCredentialProvider(fullUserName, _
password)
public SimpleCredentialProvider(
string fullUserName,
SecureString password
)
Parameters
fullUserName
Type: System.StringThe logon credentials of the account.
password
Type: System.Security.SecureStringThe password.
See Also
Reference
SimpleCredentialProvider Class
SimpleCredentialProvider Members