Click or drag to resize

TestEnvironmentCredentials Property

Credentials used in Basic and Digest authentication

Namespace:  Hummingbird.TestFramework.Configuration
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[DataMemberAttribute]
public ObservableCollection<Variable<Credential>> Credentials { get; set; }

Property Value

Type: ObservableCollectionVariableCredential
See Also