SIDPermission Constructor (String, Permission)
Initializes a new instance of the SIDPermission class with the specified SID and permissions.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public SIDPermission(
string sid,
Permission perm
)
public:
SIDPermission(
String^ sid,
Permission perm
)
Public Sub New (
sid As String,
perm As Permission
)
Parameters
sid
Type: System.StringThe SID for which permissions are set.
perm
Type: Microsoft.WindowsServerSolutions.Storage.PermissionThe permission list.
See Also
SIDPermission Overload
SIDPermission Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top