PasswordEncodingMethod Enum

Definition

Specifies whether SSL is used when you set or change a password. This enumeration is used with the PasswordEncoding property.

public enum class PasswordEncodingMethod
public enum PasswordEncodingMethod
type PasswordEncodingMethod = 
Public Enum PasswordEncodingMethod
Inheritance
PasswordEncodingMethod

Fields

PasswordEncodingClear 1

Passwords are not encoded and are transmitted in plain text.

PasswordEncodingSsl 0

Passwords are encoded using SSL.

Applies to