SIDPermission Class

 

Represents permissions by SID.

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

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

public ref class SIDPermission : BasePermission

NameDescription
System_CAPS_pubmethodSIDPermission(String^, Permission)

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

System_CAPS_pubmethodSIDPermission(String^, Permission, PrincipleCategory)

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

NameDescription
System_CAPS_pubpropertyCategory

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

System_CAPS_pubpropertyPermission

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

System_CAPS_pubpropertySID

Gets the SID for the user account.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top

Community Additions

ADD
Show: