Click or drag to resize

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; }

Property Value

Type: String
Remarks
When used as Credential for Bearer, the Password is the Token to use. Username will be ignored.
See Also