SimpleCredentialProvider - Constructeur (String, String, SecureString)
Initialise une nouvelle instance de la classe SimpleCredentialProvider .
Espace de noms : Microsoft.PerformancePoint.Scorecards.Server
Assembly : Microsoft.PerformancePoint.Scorecards.Server (dans Microsoft.PerformancePoint.Scorecards.Server.dll)
Syntaxe
'Déclaration
Public Sub New ( _
domain As String, _
username As String, _
password As SecureString _
)
'Utilisation
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
)
Paramètres
domain
Type : System.StringLe nom de domaine.
username
Type : System.StringLe nom du compte.
password
Type : System.Security.SecureStringLe mot de passe.
Voir aussi
Référence
SimpleCredentialProvider classe
SimpleCredentialProvider - Membres
SimpleCredentialProvider - Surcharge
Microsoft.PerformancePoint.Scorecards.Server - Espace de noms