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)
484return _options; 632AuthenticationTypes authTypes = SDSUtils.MapOptionsToAuthTypes(_options); 710((ContextOptions.SecureSocketLayer & _options) > 0 ? _serverProperties.portSSL : _serverProperties.portLDAP); 723AuthenticationTypes authTypes = SDSUtils.MapOptionsToAuthTypes(_options); 804AuthenticationTypes authTypes = SDSUtils.MapOptionsToAuthTypes(_options); 1078bool useSSL = (_options & ContextOptions.SecureSocketLayer) > 0; 1178storeCtx = new ADAMStoreCtx(entry, true, _username, _password, _name, _options); 1182storeCtx = new ADStoreCtx(entry, true, _username, _password, _options); 1188storeCtx = new SAMStoreCtx(entry, true, _username, _password, _options);