Credential Properties |
The Credential type exposes the following members.
| 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
|