Asn1Reader(Asn1Reader) Constructor
Initializes a new instance of the ASN1 class from an existing
ASN1 object.
Namespace: SysadminsLV.Asn1ParserAssembly: SysadminsLV.Asn1Parser (in SysadminsLV.Asn1Parser.dll) Version: 1.2.11
public Asn1Reader(
Asn1Reader asn
)
Public Sub New (
asn As Asn1Reader
)
public:
Asn1Reader(
Asn1Reader^ asn
)
new :
asn : Asn1Reader -> Asn1Reader
Parameters
- asn Asn1Reader
- An existing ASN1 object.
This constructor creates a copy of a current position of an existing ASN1 object.