CredentialUsername Property |
User name to be used in Basic or Digest Authentication
Namespace:
Hummingbird.TestFramework.Configuration
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax [DataMemberAttribute]
public string Username { get; set; }
<DataMemberAttribute>
Public Property Username As String
Get
Set
public:
[DataMemberAttribute]
property String^ Username {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute>]
member Username : string with get, set
Property Value
Type:
StringRemarks
When used as Credential for
Bearer, the Password is the Token to use. Username will be ignored.
See Also