NamePermission Class
Represents permissions by name.
Assembly: StorageOM (in StorageOM.dll)
Microsoft.WindowsServerSolutions.Storage::BasePermission
Microsoft.WindowsServerSolutions.Storage::NamePermission
| 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. |
| 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.) |
| 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.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


