Condividi tramite


Proprietà CredentialAttribute.Password

Ottiene la password dell'utente.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.UnitTesting.Web
Assembly:  Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Password As String
public string Password { get; }
public:
property String^ Password {
    String^ get ();
}
member Password : string with get
function get Password () : String

Valore proprietà

Tipo: System.String
La password.

Note

attenzione   La password viene archiviato in testo normale nel codice sorgente e nell'assembly compilato.Limitare l'accesso al codice sorgente e all'assembly per proteggere le informazioni riservate.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

CredentialAttribute Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.UnitTesting.Web

Altre risorse

ASP.NET Unit Tests