ServiceControllerPermissionEntry Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the smallest unit of a code access security permission that is set for a ServiceController.
public ref class ServiceControllerPermissionEntry
public class ServiceControllerPermissionEntry
[System.Serializable]
public class ServiceControllerPermissionEntry
type ServiceControllerPermissionEntry = class
[<System.Serializable>]
type ServiceControllerPermissionEntry = class
Public Class ServiceControllerPermissionEntry
- Inheritance
-
ServiceControllerPermissionEntry
- Attributes
Remarks
For more information on code access security, see Code Access Security.
Constructors
ServiceControllerPermissionEntry() |
Initializes a new instance of the ServiceControllerPermissionEntry class. |
ServiceControllerPermissionEntry(ServiceControllerPermissionAccess, String, String) |
Initializes a new instance of the ServiceControllerPermissionEntry class with the specified permission access levels, the name of the computer, and a short name that identifies the service. |
Properties
MachineName |
Gets the name of the computer on which the service resides. |
PermissionAccess |
Gets the access levels used in the permissions request. |
ServiceName |
Gets the short name that identifies the service to the system. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |