Click or drag to resize

Credential Properties

The Credential type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAnonymous
Gets the static Anonymous Credential
Public propertyAuthenticationMode
Gets or sets the authentication mode. Only These values are valid: Basic, Digest, UserName
Public propertyEncPassword
Base64 encoded password, this password is used to save in the Profile XML file, and is encrypted.
Public propertyPassword
Unencrypted password. Used directly in application but will not be serialized in the profile XML File.
Public propertyUsername
User name to be used in Basic or Digest Authentication
Top
See Also