1 write to contextOptions
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (1)
296this.contextOptions = options;
3 references to contextOptions
System.DirectoryServices.AccountManagement (3)
System\DirectoryServices\AccountManagement\AD\ADAMStoreCtx.cs (2)
186if (((this.contextOptions & ContextOptions.Signing) != 0) && 187((this.contextOptions & ContextOptions.Sealing) != 0))
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (1)
1605return new AuthZSet(sid, this.credentials, this.contextOptions, this.FlatDomainName, this, this.ctxBase);