Share via


TagClass Enum

Definition

The tag class for a particular ASN.1 tag.

C#
public enum TagClass
Inheritance
TagClass

Fields

Name Value Description
Universal 0

The Universal tag class.

Application 64

The Application tag class.

ContextSpecific 128

The Context-Specific tag class.

Private 192

The Private tag class.

Applies to

Product Versions
.NET 5, 6, 7, 8 (package-provided), 8, 9 (package-provided), 9
.NET Framework 4.7 (package-provided), 4.7.1 (package-provided), 4.7.2 (package-provided), 4.8 (package-provided)
.NET Standard 2.0 (package-provided)