Credential Class |
Namespace: Hummingbird.TestFramework.Configuration
The Credential type exposes the following members.
Name | Description | |
---|---|---|
Credential |
Initializes a new instance of the Credential class.
|
Name | Description | |
---|---|---|
Anonymous |
Gets the static Anonymous Credential
| |
AuthenticationMode |
Gets or sets the authentication mode. Only These values are valid: Basic, Digest, UserName
| |
EncPassword |
Base64 encoded password, this password is used to save in the Profile XML file, and is encrypted.
| |
Password |
Unencrypted password. Used directly in application but will not be serialized in the profile XML File.
| |
Username |
User name to be used in Basic or Digest Authentication
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
ToStringOrXml |
Converts any Object to string representation in String or XML format.
(Defined by ExtensionMethods.) | |
ToXmlString |
Converts any Object to string representation in XML format.
(Defined by ExtensionMethods.) |