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.
Namespace: SysadminsLV.Asn1Parser.UniversalAssembly: SysadminsLV.Asn1Parser (in SysadminsLV.Asn1Parser.dll) Version: 1.2.11
public bool IsContainer { get; }
Public ReadOnly Property IsContainer As Boolean
Get
public:
property bool IsContainer {
bool get ();
}
member IsContainer : bool with get
Property Value
Boolean
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