Share via


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