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
sid
Type: System.StringThe SID.
perm
Type: Microsoft.WindowsServerSolutions.Storage.PermissionThe permissions.
category
Type: Microsoft.WindowsServerSolutions.Storage.PrincipleCategoryThe category.
See Also
SIDPermission Overload
SIDPermission Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top