public sealed class Asn1UtcTime : Asn1DateTimePublic NotInheritable Class Asn1UtcTime
Inherits Asn1DateTimepublic ref class Asn1UtcTime sealed : public Asn1DateTime[<SealedAttribute>]
type Asn1UtcTime =
class
inherit Asn1DateTime
end| 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. |
| IsContainer |
Indicates whether the current structure is container. This includes all constructed types
and may include OCTET_STRING and BIT_STRING with encapsulated types. OCTET_STRING and BIT_STRING
use primitive type form.
(Inherited from Asn1Universal) |
| RawData |
Gets the full tag raw data, including header and payload information.
(Inherited from Asn1Universal) Obsolete. |
| Tag |
Gets the numeric tag value of the current ASN type.
(Inherited from Asn1Universal) |
| TagName |
Gets the textual name of the ASN tag.
(Inherited from Asn1Universal) |
| Value |
Gets date/time value associated with the current date/time object.
(Inherited from Asn1DateTime) |
| ZoneInfo |
Gets the time zone information for the current object.
(Inherited from Asn1DateTime) |
| Equals | (Inherited from Object) |
| Format |
Encodes current tag to either, Base64 or hex string.
(Inherited from Asn1Universal) |
| GetDisplayValue |
Gets decoded date/time string value.
(Overrides Asn1UniversalGetDisplayValue) |
| GetHashCode | (Inherited from Object) |
| GetRawData |
Gets the full tag raw data, including header and payload information.
(Inherited from Asn1Universal) |
| GetType | (Inherited from Object) |
| ToString | (Inherited from Object) |