CredentialAttribute Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
CredentialAttribute(String, String)
public:
CredentialAttribute(System::String ^ userName, System::String ^ password);
public CredentialAttribute(string userName, string password);
new Microsoft.VisualStudio.TestTools.UnitTesting.Web.CredentialAttribute : string * string -> Microsoft.VisualStudio.TestTools.UnitTesting.Web.CredentialAttribute
Public Sub New (userName As String, password As String)
Parameters
- userName
- String
- password
- String
Applies to
CredentialAttribute(String, String, String)
public:
CredentialAttribute(System::String ^ userName, System::String ^ password, System::String ^ domain);
public CredentialAttribute(string userName, string password, string domain);
new Microsoft.VisualStudio.TestTools.UnitTesting.Web.CredentialAttribute : string * string * string -> Microsoft.VisualStudio.TestTools.UnitTesting.Web.CredentialAttribute
Public Sub New (userName As String, password As String, domain As String)
Parameters
- userName
- String
- password
- String
- domain
- String
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.