Skip to content

SecurityDescriptor Class

Jared Atkinson edited this page Nov 5, 2015 · 7 revisions

Syntax

public class SecurityDescriptor
{
    // Properties
    public readonly SECURITY_KEY_CONTROLS Control;
    public readonly byte[] Owner;
    public readonly byte[] Group;
    public readonly byte[] SACL;
    public readonly byte[] DACL;
}

Properties

Control - 
Owner - 
Group - 
SACL - 
DACL

Home

Getting Started

Documentation

Cmdlets

Clone this wiki locally