ADS_PASSWORD_ENCODING_ENUM enumeration (iads.h)

The ADS_PASSWORD_ENCODING_ENUM enumeration identifies the type of password encoding used with the ADS_OPTION_PASSWORD_METHOD option in the IADsObjectOptions::GetOption and IADsObjectOptions::SetOption methods.

Syntax

typedef enum __MIDL___MIDL_itf_ads_0000_0000_0026 {
  ADS_PASSWORD_ENCODE_REQUIRE_SSL = 0,
  ADS_PASSWORD_ENCODE_CLEAR = 1
} ADS_PASSWORD_ENCODING_ENUM;

Constants

 
ADS_PASSWORD_ENCODE_REQUIRE_SSL
Value: 0
Passwords are encoded using SSL.
ADS_PASSWORD_ENCODE_CLEAR
Value: 1
Passwords are not encoded and are transmitted in plaintext.

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Header iads.h

See also

ADS_OPTION_ENUM

IADsObjectOptions::GetOption

IADsObjectOptions::SetOption