16 references to SecurityIdentifier
System.DirectoryServices.AccountManagement (9)
System\DirectoryServices\AccountManagement\AD\ADDNLinkedAttrSet.cs (1)
709(new SecurityIdentifier(Utils.ConvertNativeSidToByteArray(_foreignMembersToReturn[0].pSid), 0)).ToString(),
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (2)
1230SecurityIdentifier resultSid = new SecurityIdentifier(sidByteArray, 0); 2138(new SecurityIdentifier(sid, 0)).ToString(),
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_LoadStore.cs (1)
832SecurityIdentifier SecurityId = new SecurityIdentifier(sid, 0);
System\DirectoryServices\AccountManagement\AD\TokenGroupsSet.cs (1)
100_currentSID = new SecurityIdentifier(sid, 0);
System\DirectoryServices\AccountManagement\AuthZSet.cs (2)
357SecurityIdentifier sidObj = new SecurityIdentifier(sid, 0); 380SecurityIdentifier sidObj = new SecurityIdentifier(sid, 0);
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx.cs (1)
856SecurityIdentifier sidObj = new SecurityIdentifier(sid, 0);
System\DirectoryServices\AccountManagement\User.cs (1)
201SecurityIdentifier sidObj = new SecurityIdentifier(sid, 0);
System.Security.AccessControl (5)
System\Security\AccessControl\ACE.cs (3)
952sid = new SecurityIdentifier(binaryForm, baseOffset + offsetLocal); 1470sid = new SecurityIdentifier(binaryForm, baseOffset + offsetLocal); 1927sid = new SecurityIdentifier(binaryForm, baseOffset + offsetLocal);
System\Security\AccessControl\SecurityDescriptor.cs (2)
531owner = new SecurityIdentifier(binaryForm, offset + ownerOffset); 546group = new SecurityIdentifier(binaryForm, offset + groupOffset);
System.Security.Principal.Windows (2)
System\Security\Principal\SID.cs (1)
531: this(Win32.ConvertIntPtrSidToByteArraySid(binaryForm), 0)
System\Security\Principal\Win32.cs (1)
213resultSid = new SecurityIdentifier(resultSidBinary, 0);