Home
last modified time | relevance | path

Searched refs:SemaphoreRights (Results 1 – 25 of 29) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Threading.AccessControl/src/System/Security/AccessControl/
H A DSemaphoreSecurity.cs29 public enum SemaphoreRights enum
44 …public SemaphoreAccessRule(IdentityReference identity, SemaphoreRights eventRights, AccessControlT… in SemaphoreAccessRule()
49 … public SemaphoreAccessRule(String identity, SemaphoreRights eventRights, AccessControlType type) in SemaphoreAccessRule()
75 public SemaphoreRights SemaphoreRights property in System.Security.AccessControl.SemaphoreAccessRule
77 get { return (SemaphoreRights)base.AccessMask; }
83 …public SemaphoreAuditRule(IdentityReference identity, SemaphoreRights eventRights, AuditFlags flag… in SemaphoreAuditRule()
93 public SemaphoreRights SemaphoreRights property in System.Security.AccessControl.SemaphoreAuditRule
95 get { return (SemaphoreRights)base.AccessMask; }
239 get { return typeof(SemaphoreRights); }
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/sys/system/security/accesscontrol/
H A Dsemaphoresecurity.cs34 public enum SemaphoreRights enum
50 …public SemaphoreAccessRule(IdentityReference identity, SemaphoreRights eventRights, AccessControlT… in SemaphoreAccessRule()
55 … public SemaphoreAccessRule(String identity, SemaphoreRights eventRights, AccessControlType type) in SemaphoreAccessRule()
81 public SemaphoreRights SemaphoreRights { property in System.Security.AccessControl.SemaphoreAccessRule
82 get { return (SemaphoreRights) base.AccessMask; }
89 …public SemaphoreAuditRule(IdentityReference identity, SemaphoreRights eventRights, AuditFlags flag… in SemaphoreAuditRule()
106 public SemaphoreRights SemaphoreRights { property in System.Security.AccessControl.SemaphoreAuditRule
107 get { return (SemaphoreRights) base.AccessMask; }
254 get { return typeof(SemaphoreRights); }
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Security.AccessControl/
H A DSemaphoreAccessRule.cs37 SemaphoreRights eventRights, in SemaphoreAccessRule()
44 SemaphoreRights eventRights, in SemaphoreAccessRule()
50 public SemaphoreRights SemaphoreRights property in System.Security.AccessControl.SemaphoreAccessRule
52 get { return (SemaphoreRights)AccessMask; }
H A DSemaphoreAuditRule.cs38 SemaphoreRights eventRights, in SemaphoreAuditRule()
44 public SemaphoreRights SemaphoreRights { property in System.Security.AccessControl.SemaphoreAuditRule
45 get { return (SemaphoreRights)AccessMask; }
H A DSemaphoreSecurity.cs56 get { return typeof (SemaphoreRights); }
71 return new SemaphoreAccessRule (identityReference, (SemaphoreRights)accessMask, type); in AccessRuleFactory()
108 return new SemaphoreAuditRule (identityReference, (SemaphoreRights)accessMask, flags); in AuditRuleFactory()
H A DSemaphoreRights.cs36 public enum SemaphoreRights { enum
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Threading.AccessControl/ref/
H A DSystem.Threading.AccessControl.cs67 ….Principal.IdentityReference identity, System.Security.AccessControl.SemaphoreRights eventRights, … in SemaphoreAccessRule()
68 …public SemaphoreAccessRule(string identity, System.Security.AccessControl.SemaphoreRights eventRig… in SemaphoreAccessRule()
69 public System.Security.AccessControl.SemaphoreRights SemaphoreRights { get { throw null; } } property in System.Security.AccessControl.SemaphoreAccessRule
73 ….Principal.IdentityReference identity, System.Security.AccessControl.SemaphoreRights eventRights, … in SemaphoreAuditRule()
74 public System.Security.AccessControl.SemaphoreRights SemaphoreRights { get { throw null; } } property in System.Security.AccessControl.SemaphoreAuditRule
77 public enum SemaphoreRights enum
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/sys/system/threading/
H A Dsemaphore.cs200 return OpenExisting(name, SemaphoreRights.Modify | SemaphoreRights.Synchronize); in OpenExisting()
206 public static Semaphore OpenExisting(string name, SemaphoreRights rights) in OpenExisting()
237 …return OpenExistingWorker(name, SemaphoreRights.Modify | SemaphoreRights.Synchronize, out result) … in TryOpenExisting()
247 … public static bool TryOpenExisting(string name, SemaphoreRights rights, out Semaphore result) in TryOpenExisting()
275 SemaphoreRights rights, in OpenExistingWorker()
406 …private static extern IntPtr OpenSemaphore_internal (string name, SemaphoreRights rights, out int … in OpenSemaphore_internal()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.Threading/
H A DSemaphoreTest.cs239 SemaphoreRights rights = (SemaphoreRights) Int32.MinValue; in OpenExisting_BadRights()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Facades/System.Threading.AccessControl/
H A DTypeForwarders.cs33 …e.CompilerServices.TypeForwardedToAttribute(typeof(System.Security.AccessControl.SemaphoreRights))]
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/Facades/
H A DSystem.Threading.AccessControl.cs27 …e.CompilerServices.TypeForwardedToAttribute(typeof(System.Security.AccessControl.SemaphoreRights))]
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/Facades/
H A DSystem.Threading.AccessControl.cs27 …e.CompilerServices.TypeForwardedToAttribute(typeof(System.Security.AccessControl.SemaphoreRights))]
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/Facades/
H A DSystem.Threading.AccessControl.cs27 …e.CompilerServices.TypeForwardedToAttribute(typeof(System.Security.AccessControl.SemaphoreRights))]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A DSystem.cs9027 ….Principal.IdentityReference identity, System.Security.AccessControl.SemaphoreRights eventRights, … in SemaphoreAccessRule()
9028 …public SemaphoreAccessRule(string identity, System.Security.AccessControl.SemaphoreRights eventRig… in SemaphoreAccessRule()
9029 public System.Security.AccessControl.SemaphoreRights SemaphoreRights { get { throw null; } } property in System.Security.AccessControl.SemaphoreAccessRule
9034 ….Principal.IdentityReference identity, System.Security.AccessControl.SemaphoreRights eventRights, … in SemaphoreAuditRule()
9035 public System.Security.AccessControl.SemaphoreRights SemaphoreRights { get { throw null; } } property in System.Security.AccessControl.SemaphoreAuditRule
9039 public enum SemaphoreRights enum
10027 …ng.Semaphore OpenExisting(string name, System.Security.AccessControl.SemaphoreRights rights) { thr… in OpenExisting()
10035 …atic bool TryOpenExisting(string name, System.Security.AccessControl.SemaphoreRights rights, out S… in TryOpenExisting()
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DSystem.cs9165 ….Principal.IdentityReference identity, System.Security.AccessControl.SemaphoreRights eventRights, … in SemaphoreAccessRule()
9166 …public SemaphoreAccessRule(string identity, System.Security.AccessControl.SemaphoreRights eventRig… in SemaphoreAccessRule()
9167 public System.Security.AccessControl.SemaphoreRights SemaphoreRights { get { throw null; } } property in System.Security.AccessControl.SemaphoreAccessRule
9172 ….Principal.IdentityReference identity, System.Security.AccessControl.SemaphoreRights eventRights, … in SemaphoreAuditRule()
9173 public System.Security.AccessControl.SemaphoreRights SemaphoreRights { get { throw null; } } property in System.Security.AccessControl.SemaphoreAuditRule
9177 public enum SemaphoreRights enum
10199 …ng.Semaphore OpenExisting(string name, System.Security.AccessControl.SemaphoreRights rights) { thr… in OpenExisting()
10207 …atic bool TryOpenExisting(string name, System.Security.AccessControl.SemaphoreRights rights, out S… in TryOpenExisting()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monodroid/
H A DSystem.cs9025 ….Principal.IdentityReference identity, System.Security.AccessControl.SemaphoreRights eventRights, … in SemaphoreAccessRule()
9026 …public SemaphoreAccessRule(string identity, System.Security.AccessControl.SemaphoreRights eventRig… in SemaphoreAccessRule()
9027 public System.Security.AccessControl.SemaphoreRights SemaphoreRights { get { throw null; } } property in System.Security.AccessControl.SemaphoreAccessRule
9032 ….Principal.IdentityReference identity, System.Security.AccessControl.SemaphoreRights eventRights, … in SemaphoreAuditRule()
9033 public System.Security.AccessControl.SemaphoreRights SemaphoreRights { get { throw null; } } property in System.Security.AccessControl.SemaphoreAuditRule
9037 public enum SemaphoreRights enum
10028 …ng.Semaphore OpenExisting(string name, System.Security.AccessControl.SemaphoreRights rights) { thr… in OpenExisting()
10036 …atic bool TryOpenExisting(string name, System.Security.AccessControl.SemaphoreRights rights, out S… in TryOpenExisting()
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DSystem.cs9161 ….Principal.IdentityReference identity, System.Security.AccessControl.SemaphoreRights eventRights, … in SemaphoreAccessRule()
9162 …public SemaphoreAccessRule(string identity, System.Security.AccessControl.SemaphoreRights eventRig… in SemaphoreAccessRule()
9163 public System.Security.AccessControl.SemaphoreRights SemaphoreRights { get { throw null; } } property in System.Security.AccessControl.SemaphoreAccessRule
9168 ….Principal.IdentityReference identity, System.Security.AccessControl.SemaphoreRights eventRights, … in SemaphoreAuditRule()
9169 public System.Security.AccessControl.SemaphoreRights SemaphoreRights { get { throw null; } } property in System.Security.AccessControl.SemaphoreAuditRule
9173 public enum SemaphoreRights enum
10198 …ng.Semaphore OpenExisting(string name, System.Security.AccessControl.SemaphoreRights rights) { thr… in OpenExisting()
10206 …atic bool TryOpenExisting(string name, System.Security.AccessControl.SemaphoreRights rights, out S… in TryOpenExisting()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.cs11754 ….Principal.IdentityReference identity, System.Security.AccessControl.SemaphoreRights semaphoreRigh… in SemaphoreAccessRule()
11755 …public SemaphoreAccessRule(string identity, System.Security.AccessControl.SemaphoreRights semaphor… in SemaphoreAccessRule()
11756 public System.Security.AccessControl.SemaphoreRights SemaphoreRights { get { throw null; } } property in System.Security.AccessControl.SemaphoreAccessRule
11761 ….Principal.IdentityReference identity, System.Security.AccessControl.SemaphoreRights semaphoreRigh… in SemaphoreAuditRule()
11762 public System.Security.AccessControl.SemaphoreRights SemaphoreRights { get { throw null; } } property in System.Security.AccessControl.SemaphoreAuditRule
11766 public enum SemaphoreRights enum
12839 …ng.Semaphore OpenExisting(string name, System.Security.AccessControl.SemaphoreRights rights) { thr… in OpenExisting()
12847 …atic bool TryOpenExisting(string name, System.Security.AccessControl.SemaphoreRights rights, out S… in TryOpenExisting()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.cs11384 ….Principal.IdentityReference identity, System.Security.AccessControl.SemaphoreRights semaphoreRigh… in SemaphoreAccessRule()
11385 …public SemaphoreAccessRule(string identity, System.Security.AccessControl.SemaphoreRights semaphor… in SemaphoreAccessRule()
11386 public System.Security.AccessControl.SemaphoreRights SemaphoreRights { get { throw null; } } property in System.Security.AccessControl.SemaphoreAccessRule
11391 ….Principal.IdentityReference identity, System.Security.AccessControl.SemaphoreRights semaphoreRigh… in SemaphoreAuditRule()
11392 public System.Security.AccessControl.SemaphoreRights SemaphoreRights { get { throw null; } } property in System.Security.AccessControl.SemaphoreAuditRule
11396 public enum SemaphoreRights enum
12335 …ng.Semaphore OpenExisting(string name, System.Security.AccessControl.SemaphoreRights rights) { thr… in OpenExisting()
12343 …atic bool TryOpenExisting(string name, System.Security.AccessControl.SemaphoreRights rights, out S… in TryOpenExisting()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.cs12264 ….Principal.IdentityReference identity, System.Security.AccessControl.SemaphoreRights eventRights, … in SemaphoreAccessRule()
12265 …public SemaphoreAccessRule(string identity, System.Security.AccessControl.SemaphoreRights eventRig… in SemaphoreAccessRule()
12266 public System.Security.AccessControl.SemaphoreRights SemaphoreRights { get { throw null; } } property in System.Security.AccessControl.SemaphoreAccessRule
12271 ….Principal.IdentityReference identity, System.Security.AccessControl.SemaphoreRights eventRights, … in SemaphoreAuditRule()
12272 public System.Security.AccessControl.SemaphoreRights SemaphoreRights { get { throw null; } } property in System.Security.AccessControl.SemaphoreAuditRule
12276 public enum SemaphoreRights enum
13402 …ng.Semaphore OpenExisting(string name, System.Security.AccessControl.SemaphoreRights rights) { thr… in OpenExisting()
13410 …atic bool TryOpenExisting(string name, System.Security.AccessControl.SemaphoreRights rights, out S… in TryOpenExisting()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.cs12297 ….Principal.IdentityReference identity, System.Security.AccessControl.SemaphoreRights eventRights, … in SemaphoreAccessRule()
12298 …public SemaphoreAccessRule(string identity, System.Security.AccessControl.SemaphoreRights eventRig… in SemaphoreAccessRule()
12299 public System.Security.AccessControl.SemaphoreRights SemaphoreRights { get { throw null; } } property in System.Security.AccessControl.SemaphoreAccessRule
12304 ….Principal.IdentityReference identity, System.Security.AccessControl.SemaphoreRights eventRights, … in SemaphoreAuditRule()
12305 public System.Security.AccessControl.SemaphoreRights SemaphoreRights { get { throw null; } } property in System.Security.AccessControl.SemaphoreAuditRule
12309 public enum SemaphoreRights enum
13453 …ng.Semaphore OpenExisting(string name, System.Security.AccessControl.SemaphoreRights rights) { thr… in OpenExisting()
13461 …atic bool TryOpenExisting(string name, System.Security.AccessControl.SemaphoreRights rights, out S… in TryOpenExisting()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.cs12295 ….Principal.IdentityReference identity, System.Security.AccessControl.SemaphoreRights eventRights, … in SemaphoreAccessRule()
12296 …public SemaphoreAccessRule(string identity, System.Security.AccessControl.SemaphoreRights eventRig… in SemaphoreAccessRule()
12297 public System.Security.AccessControl.SemaphoreRights SemaphoreRights { get { throw null; } } property in System.Security.AccessControl.SemaphoreAccessRule
12302 ….Principal.IdentityReference identity, System.Security.AccessControl.SemaphoreRights eventRights, … in SemaphoreAuditRule()
12303 public System.Security.AccessControl.SemaphoreRights SemaphoreRights { get { throw null; } } property in System.Security.AccessControl.SemaphoreAuditRule
12307 public enum SemaphoreRights enum
13437 …ng.Semaphore OpenExisting(string name, System.Security.AccessControl.SemaphoreRights rights) { thr… in OpenExisting()
13445 …atic bool TryOpenExisting(string name, System.Security.AccessControl.SemaphoreRights rights, out S… in TryOpenExisting()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DSystem.cs12264 ….Principal.IdentityReference identity, System.Security.AccessControl.SemaphoreRights eventRights, … in SemaphoreAccessRule()
12265 …public SemaphoreAccessRule(string identity, System.Security.AccessControl.SemaphoreRights eventRig… in SemaphoreAccessRule()
12266 public System.Security.AccessControl.SemaphoreRights SemaphoreRights { get { throw null; } } property in System.Security.AccessControl.SemaphoreAccessRule
12271 ….Principal.IdentityReference identity, System.Security.AccessControl.SemaphoreRights eventRights, … in SemaphoreAuditRule()
12272 public System.Security.AccessControl.SemaphoreRights SemaphoreRights { get { throw null; } } property in System.Security.AccessControl.SemaphoreAuditRule
12276 public enum SemaphoreRights enum
13402 …ng.Semaphore OpenExisting(string name, System.Security.AccessControl.SemaphoreRights rights) { thr… in OpenExisting()
13410 …atic bool TryOpenExisting(string name, System.Security.AccessControl.SemaphoreRights rights, out S… in TryOpenExisting()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DSystem.cs12264 ….Principal.IdentityReference identity, System.Security.AccessControl.SemaphoreRights eventRights, … in SemaphoreAccessRule()
12265 …public SemaphoreAccessRule(string identity, System.Security.AccessControl.SemaphoreRights eventRig… in SemaphoreAccessRule()
12266 public System.Security.AccessControl.SemaphoreRights SemaphoreRights { get { throw null; } } property in System.Security.AccessControl.SemaphoreAccessRule
12271 ….Principal.IdentityReference identity, System.Security.AccessControl.SemaphoreRights eventRights, … in SemaphoreAuditRule()
12272 public System.Security.AccessControl.SemaphoreRights SemaphoreRights { get { throw null; } } property in System.Security.AccessControl.SemaphoreAuditRule
12276 public enum SemaphoreRights enum
13402 …ng.Semaphore OpenExisting(string name, System.Security.AccessControl.SemaphoreRights rights) { thr… in OpenExisting()
13410 …atic bool TryOpenExisting(string name, System.Security.AccessControl.SemaphoreRights rights, out S… in TryOpenExisting()
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DSystem.cs12275 ….Principal.IdentityReference identity, System.Security.AccessControl.SemaphoreRights eventRights, … in SemaphoreAccessRule()
12276 …public SemaphoreAccessRule(string identity, System.Security.AccessControl.SemaphoreRights eventRig… in SemaphoreAccessRule()
12277 public System.Security.AccessControl.SemaphoreRights SemaphoreRights { get { throw null; } } property in System.Security.AccessControl.SemaphoreAccessRule
12282 ….Principal.IdentityReference identity, System.Security.AccessControl.SemaphoreRights eventRights, … in SemaphoreAuditRule()
12283 public System.Security.AccessControl.SemaphoreRights SemaphoreRights { get { throw null; } } property in System.Security.AccessControl.SemaphoreAuditRule
12287 public enum SemaphoreRights enum
13423 …ng.Semaphore OpenExisting(string name, System.Security.AccessControl.SemaphoreRights rights) { thr… in OpenExisting()
13431 …atic bool TryOpenExisting(string name, System.Security.AccessControl.SemaphoreRights rights, out S… in TryOpenExisting()

12