16 instantiations of SecurityIdentifier
dotnet-dev-certs (2)
src\Shared\CertificateGeneration\WindowsCertificateManager.cs (2)
145var systemSid = new SecurityIdentifier(WellKnownSidType.LocalSystemSid, domainSid: null); 146var adminGroupSid = new SecurityIdentifier(WellKnownSidType.BuiltinAdministratorsSid, domainSid: null);
Microsoft.AspNetCore.DeveloperCertificates.XPlat (2)
src\Shared\CertificateGeneration\WindowsCertificateManager.cs (2)
145var systemSid = new SecurityIdentifier(WellKnownSidType.LocalSystemSid, domainSid: null); 146var adminGroupSid = new SecurityIdentifier(WellKnownSidType.BuiltinAdministratorsSid, domainSid: null);
Microsoft.AspNetCore.Server.Kestrel.Core (2)
src\Shared\CertificateGeneration\WindowsCertificateManager.cs (2)
145var systemSid = new SecurityIdentifier(WellKnownSidType.LocalSystemSid, domainSid: null); 146var adminGroupSid = new SecurityIdentifier(WellKnownSidType.BuiltinAdministratorsSid, domainSid: null);
Templates.Blazor.Tests (2)
src\Shared\CertificateGeneration\WindowsCertificateManager.cs (2)
145var systemSid = new SecurityIdentifier(WellKnownSidType.LocalSystemSid, domainSid: null); 146var adminGroupSid = new SecurityIdentifier(WellKnownSidType.BuiltinAdministratorsSid, domainSid: null);
Templates.Blazor.WebAssembly.Auth.Tests (2)
src\Shared\CertificateGeneration\WindowsCertificateManager.cs (2)
145var systemSid = new SecurityIdentifier(WellKnownSidType.LocalSystemSid, domainSid: null); 146var adminGroupSid = new SecurityIdentifier(WellKnownSidType.BuiltinAdministratorsSid, domainSid: null);
Templates.Blazor.WebAssembly.Tests (2)
src\Shared\CertificateGeneration\WindowsCertificateManager.cs (2)
145var systemSid = new SecurityIdentifier(WellKnownSidType.LocalSystemSid, domainSid: null); 146var adminGroupSid = new SecurityIdentifier(WellKnownSidType.BuiltinAdministratorsSid, domainSid: null);
Templates.Mvc.Tests (2)
src\Shared\CertificateGeneration\WindowsCertificateManager.cs (2)
145var systemSid = new SecurityIdentifier(WellKnownSidType.LocalSystemSid, domainSid: null); 146var adminGroupSid = new SecurityIdentifier(WellKnownSidType.BuiltinAdministratorsSid, domainSid: null);
Templates.Tests (2)
src\Shared\CertificateGeneration\WindowsCertificateManager.cs (2)
145var systemSid = new SecurityIdentifier(WellKnownSidType.LocalSystemSid, domainSid: null); 146var adminGroupSid = new SecurityIdentifier(WellKnownSidType.BuiltinAdministratorsSid, domainSid: null);
106 references to SecurityIdentifier
dotnet-dev-certs (4)
src\Shared\CertificateGeneration\WindowsCertificateManager.cs (4)
144var currentUserSid = currentUser.User; 145var systemSid = new SecurityIdentifier(WellKnownSidType.LocalSystemSid, domainSid: null); 146var adminGroupSid = new SecurityIdentifier(WellKnownSidType.BuiltinAdministratorsSid, domainSid: null); 149var accessRules = dirSecurity.GetAccessRules(true, true, typeof(SecurityIdentifier));
Microsoft.AspNetCore.DeveloperCertificates.XPlat (4)
src\Shared\CertificateGeneration\WindowsCertificateManager.cs (4)
144var currentUserSid = currentUser.User; 145var systemSid = new SecurityIdentifier(WellKnownSidType.LocalSystemSid, domainSid: null); 146var adminGroupSid = new SecurityIdentifier(WellKnownSidType.BuiltinAdministratorsSid, domainSid: null); 149var accessRules = dirSecurity.GetAccessRules(true, true, typeof(SecurityIdentifier));
Microsoft.AspNetCore.Server.Kestrel.Core (4)
src\Shared\CertificateGeneration\WindowsCertificateManager.cs (4)
144var currentUserSid = currentUser.User; 145var systemSid = new SecurityIdentifier(WellKnownSidType.LocalSystemSid, domainSid: null); 146var adminGroupSid = new SecurityIdentifier(WellKnownSidType.BuiltinAdministratorsSid, domainSid: null); 149var accessRules = dirSecurity.GetAccessRules(true, true, typeof(SecurityIdentifier));
MSBuildTaskHost (1)
NodeEndpointOutOfProcBase.cs (1)
218SecurityIdentifier identifier = WindowsIdentity.GetCurrent().Owner;
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
1053[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Principal.SecurityIdentifier))]
System.Diagnostics.EventLog (2)
artifacts\obj\System.Diagnostics.EventLog\Debug\net9.0\System.Diagnostics.EventLog.notsupported.cs (2)
377public override System.Security.Principal.SecurityIdentifier UserId { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } } 478public abstract System.Security.Principal.SecurityIdentifier UserId { get; }
System.DirectoryServices.AccountManagement (1)
artifacts\obj\System.DirectoryServices.AccountManagement\Debug\net9.0\System.DirectoryServices.AccountManagement.notsupported.cs (1)
199public System.Security.Principal.SecurityIdentifier Sid { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } }
System.DirectoryServices.Protocols (2)
artifacts\obj\System.DirectoryServices.Protocols\Debug\net9.0\System.DirectoryServices.Protocols.notsupported.cs (2)
497public QuotaControl(System.Security.Principal.SecurityIdentifier querySid) : base (default(string), default(byte[]), default(bool), default(bool)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } 498public System.Security.Principal.SecurityIdentifier QuerySid { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesProtocols_PlatformNotSupported); } }
System.Security.AccessControl (41)
artifacts\obj\System.Security.AccessControl\Debug\net9.0\System.Security.AccessControl.notsupported.cs (41)
141public CommonAce(System.Security.AccessControl.AceFlags flags, System.Security.AccessControl.AceQualifier qualifier, int accessMask, System.Security.Principal.SecurityIdentifier sid, bool isCallback, byte[]? opaque) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 157public void Purge(System.Security.Principal.SecurityIdentifier sid) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 182public CommonSecurityDescriptor(bool isContainer, bool isDS, System.Security.AccessControl.ControlFlags flags, System.Security.Principal.SecurityIdentifier? owner, System.Security.Principal.SecurityIdentifier? group, System.Security.AccessControl.SystemAcl? systemAcl, System.Security.AccessControl.DiscretionaryAcl? discretionaryAcl) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 187public override System.Security.Principal.SecurityIdentifier? Group { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 192public override System.Security.Principal.SecurityIdentifier? Owner { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 196public void PurgeAccessControl(System.Security.Principal.SecurityIdentifier sid) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 197public void PurgeAudit(System.Security.Principal.SecurityIdentifier sid) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 203public CompoundAce(System.Security.AccessControl.AceFlags flags, int accessMask, System.Security.AccessControl.CompoundAceType compoundAceType, System.Security.Principal.SecurityIdentifier sid) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 248public void AddAccess(System.Security.AccessControl.AccessControlType accessType, System.Security.Principal.SecurityIdentifier sid, int accessMask, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 249public void AddAccess(System.Security.AccessControl.AccessControlType accessType, System.Security.Principal.SecurityIdentifier sid, int accessMask, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.ObjectAceFlags objectFlags, System.Guid objectType, System.Guid inheritedObjectType) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 250public void AddAccess(System.Security.AccessControl.AccessControlType accessType, System.Security.Principal.SecurityIdentifier sid, System.Security.AccessControl.ObjectAccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 251public bool RemoveAccess(System.Security.AccessControl.AccessControlType accessType, System.Security.Principal.SecurityIdentifier sid, int accessMask, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 252public bool RemoveAccess(System.Security.AccessControl.AccessControlType accessType, System.Security.Principal.SecurityIdentifier sid, int accessMask, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.ObjectAceFlags objectFlags, System.Guid objectType, System.Guid inheritedObjectType) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 253public bool RemoveAccess(System.Security.AccessControl.AccessControlType accessType, System.Security.Principal.SecurityIdentifier sid, System.Security.AccessControl.ObjectAccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 254public void RemoveAccessSpecific(System.Security.AccessControl.AccessControlType accessType, System.Security.Principal.SecurityIdentifier sid, int accessMask, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 255public void RemoveAccessSpecific(System.Security.AccessControl.AccessControlType accessType, System.Security.Principal.SecurityIdentifier sid, int accessMask, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.ObjectAceFlags objectFlags, System.Guid objectType, System.Guid inheritedObjectType) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 256public void RemoveAccessSpecific(System.Security.AccessControl.AccessControlType accessType, System.Security.Principal.SecurityIdentifier sid, System.Security.AccessControl.ObjectAccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 257public void SetAccess(System.Security.AccessControl.AccessControlType accessType, System.Security.Principal.SecurityIdentifier sid, int accessMask, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 258public void SetAccess(System.Security.AccessControl.AccessControlType accessType, System.Security.Principal.SecurityIdentifier sid, int accessMask, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.ObjectAceFlags objectFlags, System.Guid objectType, System.Guid inheritedObjectType) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 259public void SetAccess(System.Security.AccessControl.AccessControlType accessType, System.Security.Principal.SecurityIdentifier sid, System.Security.AccessControl.ObjectAccessRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 302public abstract System.Security.Principal.SecurityIdentifier? Group { get; set; } 303public abstract System.Security.Principal.SecurityIdentifier? Owner { get; set; } 320public System.Security.Principal.SecurityIdentifier SecurityIdentifier { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 345public ObjectAce(System.Security.AccessControl.AceFlags aceFlags, System.Security.AccessControl.AceQualifier qualifier, int accessMask, System.Security.Principal.SecurityIdentifier sid, System.Security.AccessControl.ObjectAceFlags flags, System.Guid type, System.Guid inheritedType, bool isCallback, byte[]? opaque) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 482public RawSecurityDescriptor(System.Security.AccessControl.ControlFlags flags, System.Security.Principal.SecurityIdentifier? owner, System.Security.Principal.SecurityIdentifier? group, System.Security.AccessControl.RawAcl? systemAcl, System.Security.AccessControl.RawAcl? discretionaryAcl) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 486public override System.Security.Principal.SecurityIdentifier? Group { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 487public override System.Security.Principal.SecurityIdentifier? Owner { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 521public void AddAudit(System.Security.AccessControl.AuditFlags auditFlags, System.Security.Principal.SecurityIdentifier sid, int accessMask, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 522public void AddAudit(System.Security.AccessControl.AuditFlags auditFlags, System.Security.Principal.SecurityIdentifier sid, int accessMask, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.ObjectAceFlags objectFlags, System.Guid objectType, System.Guid inheritedObjectType) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 523public void AddAudit(System.Security.Principal.SecurityIdentifier sid, System.Security.AccessControl.ObjectAuditRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 524public bool RemoveAudit(System.Security.AccessControl.AuditFlags auditFlags, System.Security.Principal.SecurityIdentifier sid, int accessMask, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 525public bool RemoveAudit(System.Security.AccessControl.AuditFlags auditFlags, System.Security.Principal.SecurityIdentifier sid, int accessMask, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.ObjectAceFlags objectFlags, System.Guid objectType, System.Guid inheritedObjectType) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 526public bool RemoveAudit(System.Security.Principal.SecurityIdentifier sid, System.Security.AccessControl.ObjectAuditRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 527public void RemoveAuditSpecific(System.Security.AccessControl.AuditFlags auditFlags, System.Security.Principal.SecurityIdentifier sid, int accessMask, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 528public void RemoveAuditSpecific(System.Security.AccessControl.AuditFlags auditFlags, System.Security.Principal.SecurityIdentifier sid, int accessMask, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.ObjectAceFlags objectFlags, System.Guid objectType, System.Guid inheritedObjectType) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 529public void RemoveAuditSpecific(System.Security.Principal.SecurityIdentifier sid, System.Security.AccessControl.ObjectAuditRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 530public void SetAudit(System.Security.AccessControl.AuditFlags auditFlags, System.Security.Principal.SecurityIdentifier sid, int accessMask, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 531public void SetAudit(System.Security.AccessControl.AuditFlags auditFlags, System.Security.Principal.SecurityIdentifier sid, int accessMask, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.ObjectAceFlags objectFlags, System.Guid objectType, System.Guid inheritedObjectType) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 532public void SetAudit(System.Security.Principal.SecurityIdentifier sid, System.Security.AccessControl.ObjectAuditRule rule) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
System.Security.Principal.Windows (13)
artifacts\obj\System.Security.Principal.Windows\Debug\net9.0\System.Security.Principal.Windows.notsupported.cs (13)
72public sealed partial class SecurityIdentifier : System.Security.Principal.IdentityReference, System.IComparable<System.Security.Principal.SecurityIdentifier> 78public SecurityIdentifier(System.Security.Principal.WellKnownSidType sidType, System.Security.Principal.SecurityIdentifier? domainSid) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } 80public System.Security.Principal.SecurityIdentifier? AccountDomainSid { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } } 83public int CompareTo(System.Security.Principal.SecurityIdentifier? sid) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } 85public bool Equals(System.Security.Principal.SecurityIdentifier sid) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } 89public bool IsEqualDomainSid(System.Security.Principal.SecurityIdentifier sid) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } 92public static bool operator ==(System.Security.Principal.SecurityIdentifier? left, System.Security.Principal.SecurityIdentifier? right) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } 93public static bool operator !=(System.Security.Principal.SecurityIdentifier? left, System.Security.Principal.SecurityIdentifier? right) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } 257public System.Security.Principal.SecurityIdentifier? Owner { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } } 259public System.Security.Principal.SecurityIdentifier? User { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); } } 282public virtual bool IsInRole(System.Security.Principal.SecurityIdentifier sid) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Principal); }
System.ServiceModel.NetNamedPipe (3)
System\ServiceModel\Channels\NamedPipeTransportBindingElement.cs (3)
14private readonly List<SecurityIdentifier> _allowedUsers = new List<SecurityIdentifier>(); 30foreach (SecurityIdentifier id in elementToBeCloned._allowedUsers)
System.ServiceModel.Primitives (7)
System\IdentityModel\Claims\Claim.cs (1)
199public static Claim CreateWindowsSidClaim(SecurityIdentifier sid)
System\IdentityModel\Claims\ClaimComparer.cs (6)
326SecurityIdentifier sid1; 333SecurityIdentifier sid2; 358SecurityIdentifier sid; 369private bool TryLookupSidFromName(string upn, out SecurityIdentifier sid) 375sid = acct.Translate(typeof(SecurityIdentifier)) as SecurityIdentifier;
Templates.Blazor.Tests (4)
src\Shared\CertificateGeneration\WindowsCertificateManager.cs (4)
144var currentUserSid = currentUser.User; 145var systemSid = new SecurityIdentifier(WellKnownSidType.LocalSystemSid, domainSid: null); 146var adminGroupSid = new SecurityIdentifier(WellKnownSidType.BuiltinAdministratorsSid, domainSid: null); 149var accessRules = dirSecurity.GetAccessRules(true, true, typeof(SecurityIdentifier));
Templates.Blazor.WebAssembly.Auth.Tests (4)
src\Shared\CertificateGeneration\WindowsCertificateManager.cs (4)
144var currentUserSid = currentUser.User; 145var systemSid = new SecurityIdentifier(WellKnownSidType.LocalSystemSid, domainSid: null); 146var adminGroupSid = new SecurityIdentifier(WellKnownSidType.BuiltinAdministratorsSid, domainSid: null); 149var accessRules = dirSecurity.GetAccessRules(true, true, typeof(SecurityIdentifier));
Templates.Blazor.WebAssembly.Tests (4)
src\Shared\CertificateGeneration\WindowsCertificateManager.cs (4)
144var currentUserSid = currentUser.User; 145var systemSid = new SecurityIdentifier(WellKnownSidType.LocalSystemSid, domainSid: null); 146var adminGroupSid = new SecurityIdentifier(WellKnownSidType.BuiltinAdministratorsSid, domainSid: null); 149var accessRules = dirSecurity.GetAccessRules(true, true, typeof(SecurityIdentifier));
Templates.Mvc.Tests (4)
src\Shared\CertificateGeneration\WindowsCertificateManager.cs (4)
144var currentUserSid = currentUser.User; 145var systemSid = new SecurityIdentifier(WellKnownSidType.LocalSystemSid, domainSid: null); 146var adminGroupSid = new SecurityIdentifier(WellKnownSidType.BuiltinAdministratorsSid, domainSid: null); 149var accessRules = dirSecurity.GetAccessRules(true, true, typeof(SecurityIdentifier));
Templates.Tests (4)
src\Shared\CertificateGeneration\WindowsCertificateManager.cs (4)
144var currentUserSid = currentUser.User; 145var systemSid = new SecurityIdentifier(WellKnownSidType.LocalSystemSid, domainSid: null); 146var adminGroupSid = new SecurityIdentifier(WellKnownSidType.BuiltinAdministratorsSid, domainSid: null); 149var accessRules = dirSecurity.GetAccessRules(true, true, typeof(SecurityIdentifier));
vbc (3)
src\Compilers\Shared\NamedPipeUtil.cs (3)
137var currentOwner = currentIdentity.Owner; 139var remoteOwner = remotePipeSecurity.GetOwner(typeof(SecurityIdentifier)); 160SecurityIdentifier identifier = WindowsIdentity.GetCurrent().Owner;