SimpleCredentialProvider constructor (String, String, SecureString)

Initializes a new instance of the SimpleCredentialProvider class.

Namespace:  Microsoft.PerformancePoint.Scorecards.Server
Assembly:  Microsoft.PerformancePoint.Scorecards.Server (in Microsoft.PerformancePoint.Scorecards.Server.dll)

Syntax

'Declaration
Public Sub New ( _
    domain As String, _
    username As String, _
    password As SecureString _
)
'Usage
Dim domain As String
Dim username As String
Dim password As SecureString

Dim instance As New SimpleCredentialProvider(domain, _
    username, password)
public SimpleCredentialProvider(
    string domain,
    string username,
    SecureString password
)

Parameters

See also

Reference

SimpleCredentialProvider class

SimpleCredentialProvider members

SimpleCredentialProvider overload

Microsoft.PerformancePoint.Scorecards.Server namespace