1 write to _options
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\Context.cs (1)
424
_options
= options;
9 references to _options
System.DirectoryServices.AccountManagement (9)
System\DirectoryServices\AccountManagement\Context.cs (9)
484
return
_options
;
632
AuthenticationTypes authTypes = SDSUtils.MapOptionsToAuthTypes(
_options
);
710
((ContextOptions.SecureSocketLayer &
_options
) > 0 ? _serverProperties.portSSL : _serverProperties.portLDAP);
723
AuthenticationTypes authTypes = SDSUtils.MapOptionsToAuthTypes(
_options
);
804
AuthenticationTypes authTypes = SDSUtils.MapOptionsToAuthTypes(
_options
);
1078
bool useSSL = (
_options
& ContextOptions.SecureSocketLayer) > 0;
1178
storeCtx = new ADAMStoreCtx(entry, true, _username, _password, _name,
_options
);
1182
storeCtx = new ADStoreCtx(entry, true, _username, _password,
_options
);
1188
storeCtx = new SAMStoreCtx(entry, true, _username, _password,
_options
);