Asn1DateTime(Asn1Reader, Asn1Type) Constructor
Initializes a new instance of
Asn1DateTime class from an existing
Asn1Reader object.
Namespace: SysadminsLV.Asn1Parser.UniversalAssembly: SysadminsLV.Asn1Parser (in SysadminsLV.Asn1Parser.dll) Version: 1.3.0+5c47da1850320381293fe03930b30c8078b8bf98
protected Asn1DateTime(
Asn1Reader asn,
Asn1Type type
)
Protected Sub New (
asn As Asn1Reader,
type As Asn1Type
)
protected:
Asn1DateTime(
Asn1Reader^ asn,
Asn1Type type
)
new :
asn : Asn1Reader *
type : Asn1Type -> Asn1DateTime
Parameters
- asn Asn1Reader
- Asn1Reader object in the position that represents ASN.1 date/time object.
- type Asn1Type
- Optional expected ASN.1 type.