Skip to content

Asn1PrintableString

Namespace: O2S.Components.PDF4NET.DigitalSignatures.Asn1

Defines an ASN.1 printable string object.

public class Asn1PrintableString : Asn1Object

Inheritance ObjectAsn1ObjectAsn1PrintableString
Implements

Remarks

Supported characters: A, B, ..., Z a, b, ..., z 0, 1, ..., 9 (space) ' ( ) + , - . / : = ?

Properties

Tag

Gets the object tag.

public Asn1Tag Tag { get; }

Property Value

Asn1Tag
A Asn1Tag enum member specifying the type of the object.


Value

Gets the string value associated with this object.

public string Value { get; }

Property Value

String
The UTF8 string.


Methods

ToString()

Gets the string representation of this object.

public string ToString()

Returns

String
This object as string.