7 references to GetOption
System.DirectoryServices (7)
System\DirectoryServices\DirectoryEntryConfiguration.cs (7)
22
return (ReferralChasingOption)((UnsafeNativeMethods.IAdsObjectOptions)_entry.AdsObject).
GetOption
((int)AdsOptions.ADS_OPTION_REFERRALS);
40
return (SecurityMasks)((UnsafeNativeMethods.IAdsObjectOptions)_entry.AdsObject).
GetOption
((int)AdsOptions.ADS_OPTION_SECURITY_MASK);
55
return (int)((UnsafeNativeMethods.IAdsObjectOptions)_entry.AdsObject).
GetOption
((int)AdsOptions.ADS_OPTION_PAGE_SIZE);
70
return (int)((UnsafeNativeMethods.IAdsObjectOptions)_entry.AdsObject).
GetOption
((int)AdsOptions.ADS_OPTION_PASSWORD_PORTNUMBER);
82
return (PasswordEncodingMethod)((UnsafeNativeMethods.IAdsObjectOptions)_entry.AdsObject).
GetOption
((int)AdsOptions.ADS_OPTION_PASSWORD_METHOD);
96
return (string)((UnsafeNativeMethods.IAdsObjectOptions)_entry.AdsObject).
GetOption
((int)AdsOptions.ADS_OPTION_SERVERNAME);
103
int val = (int)((UnsafeNativeMethods.IAdsObjectOptions)_entry.AdsObject).
GetOption
((int)AdsOptions.ADS_OPTION_MUTUAL_AUTH_STATUS);