13 references to AuthorizationRuleCollection
dotnet-dev-certs (1)
src\Shared\CertificateGeneration\WindowsCertificateManager.cs (1)
149var accessRules = dirSecurity.GetAccessRules(true, true, typeof(SecurityIdentifier));
Microsoft.AspNetCore.DeveloperCertificates.XPlat (1)
src\Shared\CertificateGeneration\WindowsCertificateManager.cs (1)
149var accessRules = dirSecurity.GetAccessRules(true, true, typeof(SecurityIdentifier));
Microsoft.AspNetCore.Server.Kestrel.Core (1)
src\Shared\CertificateGeneration\WindowsCertificateManager.cs (1)
149var accessRules = dirSecurity.GetAccessRules(true, true, typeof(SecurityIdentifier));
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
801[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.AuthorizationRuleCollection))]
System.IO.FileSystem.AccessControl (2)
artifacts\obj\System.IO.FileSystem.AccessControl\Debug\net10.0\System.IO.FileSystem.AccessControl.notsupported.cs (2)
34public System.Security.AccessControl.AuthorizationRuleCollection GetAccessRules(bool includeExplicit, bool includeInherited, System.Type targetType) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 35public System.Security.AccessControl.AuthorizationRuleCollection GetAuditRules(bool includeExplicit, bool includeInherited, System.Type targetType) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
System.Security.AccessControl (2)
artifacts\obj\System.Security.AccessControl\Debug\net10.0\System.Security.AccessControl.notsupported.cs (2)
165public System.Security.AccessControl.AuthorizationRuleCollection GetAccessRules(bool includeExplicit, bool includeInherited, System.Type targetType) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } 166public System.Security.AccessControl.AuthorizationRuleCollection GetAuditRules(bool includeExplicit, bool includeInherited, System.Type targetType) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
Templates.Blazor.Tests (1)
src\Shared\CertificateGeneration\WindowsCertificateManager.cs (1)
149var accessRules = dirSecurity.GetAccessRules(true, true, typeof(SecurityIdentifier));
Templates.Blazor.WebAssembly.Auth.Tests (1)
src\Shared\CertificateGeneration\WindowsCertificateManager.cs (1)
149var accessRules = dirSecurity.GetAccessRules(true, true, typeof(SecurityIdentifier));
Templates.Blazor.WebAssembly.Tests (1)
src\Shared\CertificateGeneration\WindowsCertificateManager.cs (1)
149var accessRules = dirSecurity.GetAccessRules(true, true, typeof(SecurityIdentifier));
Templates.Mvc.Tests (1)
src\Shared\CertificateGeneration\WindowsCertificateManager.cs (1)
149var accessRules = dirSecurity.GetAccessRules(true, true, typeof(SecurityIdentifier));
Templates.Tests (1)
src\Shared\CertificateGeneration\WindowsCertificateManager.cs (1)
149var accessRules = dirSecurity.GetAccessRules(true, true, typeof(SecurityIdentifier));