Asn1GeneralizedTime Constructor

Overload List

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

See Also