Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ UniversalTagNumber

Enumerator
EndOfContents 
Boolean 
Integer 
BitString 
OctetString 
Null 
ObjectIdentifier 
ObjectDescriptor 
External 
InstanceOf 
Real 
Enumerated 
Embedded 
UTF8String 
RelativeObjectIdentifier 
Time 
Sequence 
SequenceOf 
Set 
SetOf 
NumericString 
PrintableString 
TeletexString 
T61String 
VideotexString 
IA5String 
UtcTime 
GeneralizedTime 
GraphicString 
VisibleString 
ISO646String 
GeneralString 
UniversalString 
UnrestrictedCharacterString 
BMPString 
Date 
TimeOfDay 
DateTime 
Duration 
ObjectIdentifierIRI 
RelativeObjectIdentifierIRI 

Definition at line 3 of file UniversalTagNumber.cs.

4{
6 Boolean = 1,
7 Integer = 2,
8 BitString = 3,
9 OctetString = 4,
10 Null = 5,
13 External = 8,
14 InstanceOf = 8,
15 Real = 9,
16 Enumerated = 10,
17 Embedded = 11,
18 UTF8String = 12,
20 Time = 14,
21 Sequence = 16,
22 SequenceOf = 16,
23 Set = 17,
24 SetOf = 17,
25 NumericString = 18,
26 PrintableString = 19,
27 TeletexString = 20,
28 T61String = 20,
29 VideotexString = 21,
30 IA5String = 22,
31 UtcTime = 23,
32 GeneralizedTime = 24,
33 GraphicString = 25,
34 VisibleString = 26,
35 ISO646String = 26,
36 GeneralString = 27,
37 UniversalString = 28,
39 BMPString = 30,
40 Date = 31,
41 TimeOfDay = 32,
42 DateTime = 33,
43 Duration = 34,
46}