Asn1UniversalIsContainer Property

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.

Definition

Namespace: SysadminsLV.Asn1Parser.Universal
Assembly: SysadminsLV.Asn1Parser (in SysadminsLV.Asn1Parser.dll) Version: 1.2.11
C#
public bool IsContainer { get; }

Property Value

Boolean

Remarks

The following primitive types cannot have encapsulated types:
  • BOOLEAN
  • INTEGER
  • NULL
  • OBJECT_IDENTIFIER
  • REAL
  • ENUMERATED
  • RELATIVE-OID
  • UTC_TIME
  • GeneralizedTime
and any kind of string types:
  • UTF8String
  • NumericString
  • PrintableString
  • TeletexString
  • VideotexString
  • IA5String-OID
  • GraphicString
  • VisibleString
  • GeneralString
  • UniversalString
  • CHARACTER_STRING
  • BMPString

See Also