enumerazione ADS_PASSWORD_ENCODING_ENUM (iads.h)

L'enumerazione ADS_PASSWORD_ENCODING_ENUM identifica il tipo di codifica password utilizzata con l'opzione ADS_OPTION_PASSWORD_METHOD nei metodi IADsObjectOptions::GetOption e IADsObjectOptions::SetOption.

Sintassi

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

Costanti

 
ADS_PASSWORD_ENCODE_REQUIRE_SSL
Valore: 0
Le password vengono codificate tramite SSL.
ADS_PASSWORD_ENCODE_CLEAR
Valore: 1
Le password non vengono codificate e vengono trasmesse in testo non crittografato.

Requisiti

Requisito Valore
Client minimo supportato Windows Vista
Server minimo supportato Windows Server 2008
Intestazione iads.h

Vedi anche

ADS_OPTION_ENUM

IADsObjectOptions::GetOption

IADsObjectOptions::SetOption