Compartilhar via


SIDPermission Constructor (String, Permission, PrincipleCategory)

 

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

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

Syntax

public SIDPermission(
    string sid,
    Permission perm,
    PrincipleCategory category
)
public:
SIDPermission(
    String^ sid,
    Permission perm,
    PrincipleCategory category
)
Public Sub New (
    sid As String,
    perm As Permission,
    category As PrincipleCategory
)

Parameters

See Also

SIDPermission Overload
SIDPermission Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top