C# Class System.Threading.ThreadingAclExtensions

Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Méthode Description
GetAccessControl ( this handle ) : System.Security.AccessControl.EventWaitHandleSecurity
GetAccessControl ( this mutex ) : System.Security.AccessControl.MutexSecurity
GetAccessControl ( this semaphore ) : System.Security.AccessControl.SemaphoreSecurity
SetAccessControl ( this handle, System eventSecurity ) : void

Method Details

GetAccessControl() public static méthode

public static GetAccessControl ( this handle ) : System.Security.AccessControl.EventWaitHandleSecurity
handle this
Résultat System.Security.AccessControl.EventWaitHandleSecurity

GetAccessControl() public static méthode

public static GetAccessControl ( this mutex ) : System.Security.AccessControl.MutexSecurity
mutex this
Résultat System.Security.AccessControl.MutexSecurity

GetAccessControl() public static méthode

public static GetAccessControl ( this semaphore ) : System.Security.AccessControl.SemaphoreSecurity
semaphore this
Résultat System.Security.AccessControl.SemaphoreSecurity

SetAccessControl() public static méthode

public static SetAccessControl ( this handle, System eventSecurity ) : void
handle this
eventSecurity System
Résultat void