Click or drag to resize

CredentialPassword Property

Unencrypted password. Used directly in application but will not be serialized in the profile XML File.

Namespace:  Hummingbird.TestFramework.Configuration
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[XmlIgnoreAttribute]
public string Password { 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