public abstract class Asn1Universal
Public MustInherit Class Asn1Universal
public ref class Asn1Universal abstract
[<AbstractClassAttribute>]
type Asn1Universal = class end
Asn1Universal(Asn1Type) | Initializes a new instance of Asn1Universal class. |
Asn1Universal(Asn1Reader, NullableAsn1Type) | Initializes a new instance of Asn1Universal from an existing Asn1Reader class instance. |
IsContainer | 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. |
RawData |
Gets the full tag raw data, including header and payload information.
Obsolete. |
Tag | Gets the numeric tag value of the current ASN type. |
TagName | Gets the textual name of the ASN tag. |
Equals | (Inherited from Object) |
Finalize | (Inherited from Object) |
Format | Encodes current tag to either, Base64 or hex string. |
GetDisplayValue | Gets decoded type value. If the value cannot be decoded, a hex dump is returned. |
GetHashCode | (Inherited from Object) |
GetRawData | Gets the full tag raw data, including header and payload information. |
GetType | (Inherited from Object) |
Initialize | Initializes Asn1Universal object from an existing Asn1Reader object. |
MemberwiseClone | (Inherited from Object) |
ToString | (Inherited from Object) |
InvalidType | Constant string to display error message for tag mismatch exceptions. |