Asn1DateTimeDecodeAnyDateTime Method
Gets an ASN.1 date/time instance from current position in ASN.1 reader.
Namespace: SysadminsLV.Asn1Parser.UniversalAssembly: SysadminsLV.Asn1Parser (in SysadminsLV.Asn1Parser.dll) Version: 1.2.11
public static Asn1DateTime DecodeAnyDateTime(
Asn1Reader reader
)
Public Shared Function DecodeAnyDateTime (
reader As Asn1Reader
) As Asn1DateTime
public:
static Asn1DateTime^ DecodeAnyDateTime(
Asn1Reader^ reader
)
static member DecodeAnyDateTime :
reader : Asn1Reader -> Asn1DateTime
- reader Asn1Reader
- ASN.1 reader that points to either, UTC time or generalized time.
Asn1DateTimeAn instance of
Asn1UtcTime or
Asn1GeneralizedTime.