예제 #1
0
        /* Constructors for Asn1Tagged
         */

        /// <summary> Constructs an Asn1Tagged object using the provided
        /// AN1Identifier and the Asn1Object.
        ///
        /// The explicit flag defaults to true as per the spec.
        /// </summary>
        public Asn1Tagged(Asn1Identifier identifier, Asn1Object object_Renamed) : this(identifier, object_Renamed, true)
        {
            return;
        }