16 references to Credentials
System.DirectoryServices.AccountManagement (16)
System\DirectoryServices\AccountManagement\AD\ADDNLinkedAttrSet.cs (6)
216_storeCtx.Credentials, 375DirectoryEntry groupDE = SDSUtils.BuildDirectoryEntry(BuildPathFromDN(groupDN), _storeCtx.Credentials, _storeCtx.AuthTypes); 457_storeCtx.Credentials, 557_storeCtx.Credentials, 631_foreignMembersToReturn = new SidList(sidList, _storeCtx.DnsHostName, _storeCtx.Credentials); 702PrincipalContext remoteCtx = SDSCache.Domain.GetContext(foreignSid.sidIssuerName, _storeCtx.Credentials, remoteOptions);
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (6)
1419dncContainer = new DirectoryEntry(@"LDAP://" + this.UserSuppliedServerName + @"/" + this.DefaultNamingContext, Credentials != null ? this.Credentials.UserName : null, Credentials != null ? this.Credentials.Password : null, this.AuthTypes); 1428fspContainer = new DirectoryEntry(fspWkDn, Credentials != null ? this.credentials.UserName : null, Credentials != null ? this.credentials.Password : null, this.authTypes);
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_LoadStore.cs (2)
277constructedContext = SDSCache.Domain.GetContext(dnsDomainName, this.Credentials, this.OwningContext.Options); 282dcEntry = SDSUtils.BuildDirectoryEntry("LDAP://" + dnsDomainName + "/" + GetEscapedDN(distinguishedName), this.Credentials, this.authTypes);
System\DirectoryServices\AccountManagement\AD\TokenGroupsSet.cs (2)
58_storeCtx.Credentials, 82_storeCtx.Credentials,