次の方法で共有


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