AsnWriter.WriteGeneralizedTime Method

Definition

Write the provided DateTimeOffset as a GeneralizedTime with a specified UNIVERSAL 24, optionally excluding the fractional seconds.

public void WriteGeneralizedTime (DateTimeOffset value, bool omitFractionalSeconds = false, System.Formats.Asn1.Asn1Tag? tag = default);
member this.WriteGeneralizedTime : DateTimeOffset * bool * Nullable<System.Formats.Asn1.Asn1Tag> -> unit
Public Sub WriteGeneralizedTime (value As DateTimeOffset, Optional omitFractionalSeconds As Boolean = false, Optional tag As Nullable(Of Asn1Tag) = Nothing)

Parameters

value
DateTimeOffset

The value to write.

omitFractionalSeconds
Boolean

true to treat the fractional seconds in value as 0 even if a non-zero value is present.

tag
Nullable<Asn1Tag>

The tag to write, or null for the default tag (Universal 24).

Exceptions

tag.TagClass is Universal, but tag.TagValue is not correct for the method.

Applies to