Share via


SIDPermission Class

 

Represents permissions by SID.

Namespace:   Microsoft.WindowsServerSolutions.Storage
Assembly:  StorageOM (in StorageOM.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsServerSolutions.Storage.BasePermission
    Microsoft.WindowsServerSolutions.Storage.SIDPermission

Syntax

public class SIDPermission : BasePermission
public ref class SIDPermission : BasePermission
Public Class SIDPermission
    Inherits BasePermission

Constructors

Name Description
System_CAPS_pubmethod SIDPermission(String, Permission)

Initializes a new instance of the SIDPermission class with the specified SID and permissions.

System_CAPS_pubmethod SIDPermission(String, Permission, PrincipleCategory)

Creates a new instance of the SIDPermission object, using the specified SID, permissions, and category.

Properties

Name Description
System_CAPS_pubproperty Category

Specifies the category of the permission.(Inherited from BasePermission.)

System_CAPS_pubproperty Permission

Gets or sets the base permissions.(Inherited from BasePermission.)

System_CAPS_pubproperty SID

Gets the SID for the user account.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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