161 references to AccessControlType
dotnet-dev-certs (1)
src\Shared\CertificateGeneration\WindowsCertificateManager.cs (1)
154
if (rule.AccessControlType ==
AccessControlType
.Allow &&
Microsoft.AspNetCore.DeveloperCertificates.XPlat (1)
src\Shared\CertificateGeneration\WindowsCertificateManager.cs (1)
154
if (rule.AccessControlType ==
AccessControlType
.Allow &&
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (2)
DelegateTests.cs (2)
282
dacl.AddAccess(
AccessControlType
.Allow, new SecurityIdentifier(WellKnownSidType.BuiltinUsersSid, null), -1, InheritanceFlags.None, PropagationFlags.None);
283
dacl.AddAccess(
AccessControlType
.Deny, new SecurityIdentifier(WellKnownSidType.BuiltinGuestsSid, null), -1, InheritanceFlags.None, PropagationFlags.None);
Microsoft.AspNetCore.Server.Kestrel.Core (1)
src\Shared\CertificateGeneration\WindowsCertificateManager.cs (1)
154
if (rule.AccessControlType ==
AccessControlType
.Allow &&
Microsoft.Build (1)
NodeEndpointOutOfProcBase.cs (1)
227
PipeAccessRule rule = new PipeAccessRule(identifier, PipeAccessRights.ReadWrite,
AccessControlType
.Allow);
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
src\Compilers\Shared\NamedPipeUtil.cs (1)
161
PipeAccessRule rule = new PipeAccessRule(identifier, PipeAccessRights.ReadWrite | PipeAccessRights.CreateNewInstance,
AccessControlType
.Allow);
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
src\Compilers\Shared\NamedPipeUtil.cs (1)
161
PipeAccessRule rule = new PipeAccessRule(identifier, PipeAccessRights.ReadWrite | PipeAccessRights.CreateNewInstance,
AccessControlType
.Allow);
Microsoft.Win32.Registry (9)
artifacts\obj\Microsoft.Win32.Registry\Debug\net10.0\Microsoft.Win32.Registry.notsupported.cs (9)
128
public RegistryAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.RegistryRights registryRights, System.Security.AccessControl.
AccessControlType
type) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.
AccessControlType
)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); }
129
public RegistryAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.RegistryRights registryRights, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.
AccessControlType
type) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.
AccessControlType
)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); }
130
public RegistryAccessRule(string identity, System.Security.AccessControl.RegistryRights registryRights, System.Security.AccessControl.
AccessControlType
type) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.
AccessControlType
)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); }
131
public RegistryAccessRule(string identity, System.Security.AccessControl.RegistryRights registryRights, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.
AccessControlType
type) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.
AccessControlType
)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); }
164
public override System.Security.AccessControl.AccessRule AccessRuleFactory(System.Security.Principal.IdentityReference identityReference, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.
AccessControlType
type) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_Registry); }
MSBuildTaskHost (1)
NodeEndpointOutOfProcBase.cs (1)
227
PipeAccessRule rule = new PipeAccessRule(identifier, PipeAccessRights.ReadWrite,
AccessControlType
.Allow);
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
790
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.AccessControl.
AccessControlType
))]
System.DirectoryServices (81)
artifacts\obj\System.DirectoryServices\Debug\net10.0\System.DirectoryServices.notsupported.cs (81)
11
public ActiveDirectoryAccessRule(System.Security.Principal.IdentityReference identity, System.DirectoryServices.ActiveDirectoryRights adRights, System.Security.AccessControl.
AccessControlType
type) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Guid), default(System.Guid), default(System.Security.AccessControl.
AccessControlType
)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
12
public ActiveDirectoryAccessRule(System.Security.Principal.IdentityReference identity, System.DirectoryServices.ActiveDirectoryRights adRights, System.Security.AccessControl.
AccessControlType
type, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Guid), default(System.Guid), default(System.Security.AccessControl.
AccessControlType
)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
13
public ActiveDirectoryAccessRule(System.Security.Principal.IdentityReference identity, System.DirectoryServices.ActiveDirectoryRights adRights, System.Security.AccessControl.
AccessControlType
type, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType, System.Guid inheritedObjectType) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Guid), default(System.Guid), default(System.Security.AccessControl.
AccessControlType
)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
14
public ActiveDirectoryAccessRule(System.Security.Principal.IdentityReference identity, System.DirectoryServices.ActiveDirectoryRights adRights, System.Security.AccessControl.
AccessControlType
type, System.Guid objectType) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Guid), default(System.Guid), default(System.Security.AccessControl.
AccessControlType
)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
15
public ActiveDirectoryAccessRule(System.Security.Principal.IdentityReference identity, System.DirectoryServices.ActiveDirectoryRights adRights, System.Security.AccessControl.
AccessControlType
type, System.Guid objectType, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Guid), default(System.Guid), default(System.Security.AccessControl.
AccessControlType
)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
16
public ActiveDirectoryAccessRule(System.Security.Principal.IdentityReference identity, System.DirectoryServices.ActiveDirectoryRights adRights, System.Security.AccessControl.
AccessControlType
type, System.Guid objectType, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType, System.Guid inheritedObjectType) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Guid), default(System.Guid), default(System.Security.AccessControl.
AccessControlType
)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
60
public sealed override System.Security.AccessControl.AccessRule AccessRuleFactory(System.Security.Principal.IdentityReference identityReference, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.
AccessControlType
type) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
61
public sealed override System.Security.AccessControl.AccessRule AccessRuleFactory(System.Security.Principal.IdentityReference identityReference, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.
AccessControlType
type, System.Guid objectGuid, System.Guid inheritedObjectGuid) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
70
public void RemoveAccess(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.
AccessControlType
type) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
105
public CreateChildAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.
AccessControlType
type) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.
AccessControlType
)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
106
public CreateChildAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.
AccessControlType
type, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.
AccessControlType
)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
107
public CreateChildAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.
AccessControlType
type, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType, System.Guid inheritedObjectType) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.
AccessControlType
)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
108
public CreateChildAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.
AccessControlType
type, System.Guid childType) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.
AccessControlType
)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
109
public CreateChildAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.
AccessControlType
type, System.Guid childType, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.
AccessControlType
)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
110
public CreateChildAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.
AccessControlType
type, System.Guid childType, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType, System.Guid inheritedObjectType) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.
AccessControlType
)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
114
public DeleteChildAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.
AccessControlType
type) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.
AccessControlType
)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
115
public DeleteChildAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.
AccessControlType
type, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.
AccessControlType
)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
116
public DeleteChildAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.
AccessControlType
type, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType, System.Guid inheritedObjectType) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.
AccessControlType
)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
117
public DeleteChildAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.
AccessControlType
type, System.Guid childType) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.
AccessControlType
)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
118
public DeleteChildAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.
AccessControlType
type, System.Guid childType, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.
AccessControlType
)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
119
public DeleteChildAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.
AccessControlType
type, System.Guid childType, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType, System.Guid inheritedObjectType) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.
AccessControlType
)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
123
public DeleteTreeAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.
AccessControlType
type) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.
AccessControlType
)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
124
public DeleteTreeAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.
AccessControlType
type, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.
AccessControlType
)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
125
public DeleteTreeAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.
AccessControlType
type, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType, System.Guid inheritedObjectType) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.
AccessControlType
)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
333
public ExtendedRightAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.
AccessControlType
type) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.
AccessControlType
)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
334
public ExtendedRightAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.
AccessControlType
type, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.
AccessControlType
)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
335
public ExtendedRightAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.
AccessControlType
type, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType, System.Guid inheritedObjectType) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.
AccessControlType
)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
336
public ExtendedRightAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.
AccessControlType
type, System.Guid extendedRightType) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.
AccessControlType
)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
337
public ExtendedRightAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.
AccessControlType
type, System.Guid extendedRightType, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.
AccessControlType
)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
338
public ExtendedRightAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.
AccessControlType
type, System.Guid extendedRightType, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType, System.Guid inheritedObjectType) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.
AccessControlType
)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
342
public ListChildrenAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.
AccessControlType
type) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.
AccessControlType
)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
343
public ListChildrenAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.
AccessControlType
type, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.
AccessControlType
)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
344
public ListChildrenAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.
AccessControlType
type, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType, System.Guid inheritedObjectType) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.
AccessControlType
)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
358
public PropertyAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.
AccessControlType
type, System.DirectoryServices.PropertyAccess access) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.
AccessControlType
)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
359
public PropertyAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.
AccessControlType
type, System.DirectoryServices.PropertyAccess access, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.
AccessControlType
)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
360
public PropertyAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.
AccessControlType
type, System.DirectoryServices.PropertyAccess access, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType, System.Guid inheritedObjectType) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.
AccessControlType
)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
361
public PropertyAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.
AccessControlType
type, System.DirectoryServices.PropertyAccess access, System.Guid propertyType) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.
AccessControlType
)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
362
public PropertyAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.
AccessControlType
type, System.DirectoryServices.PropertyAccess access, System.Guid propertyType, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.
AccessControlType
)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
363
public PropertyAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.
AccessControlType
type, System.DirectoryServices.PropertyAccess access, System.Guid propertyType, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType, System.Guid inheritedObjectType) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.
AccessControlType
)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
390
public PropertySetAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.
AccessControlType
type, System.DirectoryServices.PropertyAccess access, System.Guid propertySetType) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.
AccessControlType
)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
391
public PropertySetAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.
AccessControlType
type, System.DirectoryServices.PropertyAccess access, System.Guid propertySetType, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.
AccessControlType
)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
392
public PropertySetAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.
AccessControlType
type, System.DirectoryServices.PropertyAccess access, System.Guid propertySetType, System.DirectoryServices.ActiveDirectorySecurityInheritance inheritanceType, System.Guid inheritedObjectType) : base (default(System.Security.Principal.IdentityReference), default(System.DirectoryServices.ActiveDirectoryRights), default(System.Security.AccessControl.
AccessControlType
)) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
System.IO.FileSystem.AccessControl (10)
artifacts\obj\System.IO.FileSystem.AccessControl\Debug\net10.0\System.IO.FileSystem.AccessControl.notsupported.cs (10)
30
public virtual System.Security.AccessControl.AccessRule AccessRuleFactory(System.Security.Principal.IdentityReference identityReference, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.
AccessControlType
type, System.Guid objectType, System.Guid inheritedObjectType) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
60
public FileSystemAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.FileSystemRights fileSystemRights, System.Security.AccessControl.
AccessControlType
type) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.
AccessControlType
)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
61
public FileSystemAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.FileSystemRights fileSystemRights, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.
AccessControlType
type) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.
AccessControlType
)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
62
public FileSystemAccessRule(string identity, System.Security.AccessControl.FileSystemRights fileSystemRights, System.Security.AccessControl.
AccessControlType
type) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.
AccessControlType
)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
63
public FileSystemAccessRule(string identity, System.Security.AccessControl.FileSystemRights fileSystemRights, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.
AccessControlType
type) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.
AccessControlType
)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
107
public sealed override System.Security.AccessControl.AccessRule AccessRuleFactory(System.Security.Principal.IdentityReference identityReference, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.
AccessControlType
type) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
System.IO.Pipes.AccessControl (5)
artifacts\obj\System.IO.Pipes.AccessControl\Debug\net10.0\System.IO.Pipes.AccessControl.notsupported.cs (5)
19
public PipeAccessRule(System.Security.Principal.IdentityReference identity, System.IO.Pipes.PipeAccessRights rights, System.Security.AccessControl.
AccessControlType
type) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.
AccessControlType
)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
20
public PipeAccessRule(string identity, System.IO.Pipes.PipeAccessRights rights, System.Security.AccessControl.
AccessControlType
type) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.
AccessControlType
)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
35
public override System.Security.AccessControl.AccessRule AccessRuleFactory(System.Security.Principal.IdentityReference identityReference, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.
AccessControlType
type) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
System.Security.AccessControl (26)
artifacts\obj\System.Security.AccessControl\Debug\net10.0\System.Security.AccessControl.notsupported.cs (26)
42
protected AccessRule(System.Security.Principal.IdentityReference identity, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.
AccessControlType
type) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
43
public System.Security.AccessControl.
AccessControlType
AccessControlType { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } }
47
public AccessRule(System.Security.Principal.IdentityReference identity, T rights, System.Security.AccessControl.
AccessControlType
type) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.
AccessControlType
)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
48
public AccessRule(System.Security.Principal.IdentityReference identity, T rights, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.
AccessControlType
type) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.
AccessControlType
)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
49
public AccessRule(string identity, T rights, System.Security.AccessControl.
AccessControlType
type) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.
AccessControlType
)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
50
public AccessRule(string identity, T rights, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.
AccessControlType
type) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.
AccessControlType
)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
248
public 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); }
249
public 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); }
250
public 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); }
251
public 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); }
252
public 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); }
253
public 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); }
254
public 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); }
255
public 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); }
256
public 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); }
257
public 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); }
258
public 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); }
259
public 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); }
338
protected ObjectAccessRule(System.Security.Principal.IdentityReference identity, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Guid objectType, System.Guid inheritedObjectType, System.Security.AccessControl.
AccessControlType
type) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.
AccessControlType
)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
386
public abstract System.Security.AccessControl.AccessRule AccessRuleFactory(System.Security.Principal.IdentityReference identityReference, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.
AccessControlType
type);
425
public override System.Security.AccessControl.AccessRule AccessRuleFactory(System.Security.Principal.IdentityReference identityReference, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.
AccessControlType
type) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
System.Threading.AccessControl (15)
artifacts\obj\System.Threading.AccessControl\Debug\net10.0\System.Threading.AccessControl.notsupported.cs (15)
11
public EventWaitHandleAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.EventWaitHandleRights eventRights, System.Security.AccessControl.
AccessControlType
type) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.
AccessControlType
)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
12
public EventWaitHandleAccessRule(string identity, System.Security.AccessControl.EventWaitHandleRights eventRights, System.Security.AccessControl.
AccessControlType
type) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.
AccessControlType
)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
37
public override System.Security.AccessControl.AccessRule AccessRuleFactory(System.Security.Principal.IdentityReference identityReference, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.
AccessControlType
type) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
53
public MutexAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.MutexRights eventRights, System.Security.AccessControl.
AccessControlType
type) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.
AccessControlType
)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
54
public MutexAccessRule(string identity, System.Security.AccessControl.MutexRights eventRights, System.Security.AccessControl.
AccessControlType
type) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.
AccessControlType
)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
80
public override System.Security.AccessControl.AccessRule AccessRuleFactory(System.Security.Principal.IdentityReference identityReference, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.
AccessControlType
type) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
96
public SemaphoreAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.SemaphoreRights eventRights, System.Security.AccessControl.
AccessControlType
type) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.
AccessControlType
)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
97
public SemaphoreAccessRule(string identity, System.Security.AccessControl.SemaphoreRights eventRights, System.Security.AccessControl.
AccessControlType
type) : base (default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.
AccessControlType
)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
123
public override System.Security.AccessControl.AccessRule AccessRuleFactory(System.Security.Principal.IdentityReference identityReference, int accessMask, bool isInherited, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.
AccessControlType
type) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); }
Templates.Blazor.Tests (1)
src\Shared\CertificateGeneration\WindowsCertificateManager.cs (1)
154
if (rule.AccessControlType ==
AccessControlType
.Allow &&
Templates.Blazor.WebAssembly.Auth.Tests (1)
src\Shared\CertificateGeneration\WindowsCertificateManager.cs (1)
154
if (rule.AccessControlType ==
AccessControlType
.Allow &&
Templates.Blazor.WebAssembly.Tests (1)
src\Shared\CertificateGeneration\WindowsCertificateManager.cs (1)
154
if (rule.AccessControlType ==
AccessControlType
.Allow &&
Templates.Mvc.Tests (1)
src\Shared\CertificateGeneration\WindowsCertificateManager.cs (1)
154
if (rule.AccessControlType ==
AccessControlType
.Allow &&
Templates.Tests (1)
src\Shared\CertificateGeneration\WindowsCertificateManager.cs (1)
154
if (rule.AccessControlType ==
AccessControlType
.Allow &&