1 instantiation of RawSecurityDescriptor
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (1)
DelegateTests.cs (1)
333var securityDescriptor = new RawSecurityDescriptor(securityDescriptorBytes, 0);
3 references to RawSecurityDescriptor
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (1)
DelegateTests.cs (1)
333var securityDescriptor = new RawSecurityDescriptor(securityDescriptorBytes, 0);
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
842[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.RawSecurityDescriptor))]
System.Security.AccessControl (1)
artifacts\obj\System.Security.AccessControl\Debug\net10.0\System.Security.AccessControl.notsupported.cs (1)
183public CommonSecurityDescriptor(bool isContainer, bool isDS, System.Security.AccessControl.RawSecurityDescriptor rawSecurityDescriptor) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }