GenericSecurityDescriptor public abstract class GenericSecurityDescriptor Documentation Code public static byte Revision { get; } public int BinaryLength { get; } public abstract ControlFlags ControlFlags { get; } public abstract SecurityIdentifier Group { get; set; } public abstract SecurityIdentifier Owner { get; set; } protected GenericSecurityDescriptor() public static bool IsSddlConversionSupported() public void GetBinaryForm(byte[] binaryForm, int offset) public string GetSddlForm(AccessControlSections includeSections)