Partager via


SimpleCredentialProvider - Constructeur (String, SecureString)

Initialise une nouvelle instance de la classe SimpleCredentialProvider basée sur le nom d'utilisateur et le mot de passe.

Espace de noms :  Microsoft.PerformancePoint.Scorecards.Server
Assembly :  Microsoft.PerformancePoint.Scorecards.Server (dans Microsoft.PerformancePoint.Scorecards.Server.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    fullUserName As String, _
    password As SecureString _
)
'Utilisation
Dim fullUserName As String
Dim password As SecureString

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

Paramètres

  • fullUserName
    Type : System.String

    Les informations d'identification d'ouverture de session du compte.

Voir aussi

Référence

SimpleCredentialProvider classe

SimpleCredentialProvider - Membres

SimpleCredentialProvider - Surcharge

Microsoft.PerformancePoint.Scorecards.Server - Espace de noms