Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents permissions by name.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsServerSolutions.Storage.BasePermission
Microsoft.WindowsServerSolutions.Storage.NamePermission
Syntax
public class NamePermission : BasePermission
public ref class NamePermission : BasePermission
Public Class NamePermission
Inherits BasePermission
Constructors
Name | Description | |
---|---|---|
![]() |
NamePermission(String, Permission) | Initializes a new instance of the NamePermission class with the specified name and permissions. |
![]() |
NamePermission(String, Permission, PrincipleCategory) | Creates a new instance of the NamePermission object, using the specified name, permissions, and category. |
Properties
Name | Description | |
---|---|---|
![]() |
Category | Specifies the category of the permission.(Inherited from BasePermission.) |
![]() |
Name | The name for the user account to which the permissions are applied. |
![]() |
Permission | Gets or sets the base permissions.(Inherited from BasePermission.) |
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top