Click or drag to resize

CredentialAuthenticationMode Property

Gets or sets the authentication mode. Only These values are valid: Basic, Digest, UserName

Namespace:  Hummingbird.TestFramework.Configuration
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[DataMemberAttribute]
public AuthenticationModes AuthenticationMode { get; set; }

Property Value

Type: AuthenticationModes
The authentication mode.
See Also