共用方式為


CredentialAttribute.Password 屬性

取得使用者的密碼。

命名空間:  Microsoft.VisualStudio.TestTools.UnitTesting.Web
組件:  Microsoft.VisualStudio.QualityTools.UnitTestFramework (在 Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll 中)

語法

'宣告
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

屬性值

型別:System.String
使用者的密碼。

備註

**注意:**密碼會以純文字方式儲存在原始程式碼以及編譯完成的組件中。限制對於來源程式碼和組件的存取,以協助保護這項敏感資訊。

.NET Framework 安全性

請參閱

參考

CredentialAttribute 類別

Microsoft.VisualStudio.TestTools.UnitTesting.Web 命名空間

其他資源

ASP.NET Unit Tests