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.String

    The logon credentials of the account.

See also

Reference

SimpleCredentialProvider class

SimpleCredentialProvider members

SimpleCredentialProvider overload

Microsoft.PerformancePoint.Scorecards.Server namespace