Asn1UtcTime Constructor

Overload List

Asn1UtcTime(Asn1Reader) Initializes a new instance of the Asn1UtcTime class from an existing Asn1Reader object.
Asn1UtcTime(Byte) Initializes a new instance of the Asn1UtcTime class from a byte array that represents encoded UTC time.
Asn1UtcTime(DateTime, Boolean) Initializes a new instance of the Asn1UtcTime class from a date time object to encode and value that indicates whether to include millisecond information.
Asn1UtcTime(DateTime, TimeZoneInfo, Boolean) Initializes a new instance of the Asn1UtcTime class from a date time object to encode, time zone information and value that indicates whether to include millisecond information.

See Also