BasePermission Class
Represents the base permissions.
Assembly: StorageOM (in StorageOM.dll)
System::Object
Microsoft.WindowsServerSolutions.Storage::BasePermission
Microsoft.WindowsServerSolutions.Storage::NamePermission
Microsoft.WindowsServerSolutions.Storage::SIDPermission
Microsoft.WindowsServerSolutions.Storage::BasePermission
Microsoft.WindowsServerSolutions.Storage::NamePermission
Microsoft.WindowsServerSolutions.Storage::SIDPermission
| Name | Description | |
|---|---|---|
![]() | BasePermission() | Initializes a new instance of the BasePermission class. |
![]() | BasePermission(Permission) | Initializes a new instance of the BasePermission class with the specified Permission object. |
![]() | BasePermission(Permission, PrincipleCategory) | Creates and initializes a new instance of the BasePermission class with the specified Permission and PrincipleCategory objects. |
| Name | Description | |
|---|---|---|
![]() | Category | Specifies the category of the permission. |
![]() | Permission | Gets or sets the base permissions. |
| 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.
Community Additions
ADD
Show:


