Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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_SSLValue: 0 Passwords are encoded using SSL. |
ADS_PASSWORD_ENCODE_CLEARValue: 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 |