System.Security.AccessControl.CustomAce.CustomAce C# (CSharp) 메소드

CustomAce() 공개 메소드

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; } }