1 write to sidIssuerName
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\AD\SidList.cs (1)
188entry.sidIssuerName = Marshal.PtrToStringUni(domain.Name.Buffer, domain.Name.Length / 2);
4 references to sidIssuerName
System.DirectoryServices.AccountManagement (4)
System\DirectoryServices\AccountManagement\AD\ADDNLinkedAttrSet.cs (2)
667if (null == foreignSid.sidIssuerName) 702PrincipalContext remoteCtx = SDSCache.Domain.GetContext(foreignSid.sidIssuerName, _storeCtx.Credentials, remoteOptions);
System\DirectoryServices\AccountManagement\AuthZSet.cs (2)
239if (null == _groupSidList[_currentGroup].sidIssuerName) 305sidIssuerName = _groupSidList[_currentGroup].sidIssuerName;