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