System.Security.AccessControl.CustomAce.CustomAce C# (CSharp) Method

CustomAce() public method

public CustomAce ( System type, System flags, byte opaque )
type System
flags System
opaque byte
        public CustomAce(System.Security.AccessControl.AceType type, System.Security.AccessControl.AceFlags flags, byte[] opaque) { }
        public override int BinaryLength { get { throw null; } }