public abstract class Asn1String : Asn1Universal
Public MustInherit Class Asn1String
Inherits Asn1Universal
public ref class Asn1String abstract : public Asn1Universal
[<AbstractClassAttribute>]
type Asn1String =
class
inherit Asn1Universal
end
Asn1String(Asn1Type) | Initializes a new instance of Asn1String class. |
Asn1String(Asn1Reader, NullableAsn1Type) | Initializes a new instance of Asn1String class from an existing Asn1Reader object. |
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.
(Inherited from Asn1Universal) |
RawData |
Gets the full tag raw data, including header and payload information.
(Inherited from Asn1Universal) Obsolete. |
Tag |
Gets the numeric tag value of the current ASN type.
(Inherited from Asn1Universal) |
TagName |
Gets the textual name of the ASN tag.
(Inherited from Asn1Universal) |
Value | Gets value associated with the current object. |
DecodeAnyString | Decodes any ASN.1-encoded binary string into ASN.1 string type instance. |
Equals | (Inherited from Object) |
Finalize | (Inherited from Object) |
Format |
Encodes current tag to either, Base64 or hex string.
(Inherited from Asn1Universal) |
GetDisplayValue |
Gets decoded type value. If the value cannot be decoded, a hex dump is returned.
(Inherited from Asn1Universal) |
GetHashCode | (Inherited from Object) |
GetRawData |
Gets the full tag raw data, including header and payload information.
(Inherited from Asn1Universal) |
GetType | (Inherited from Object) |
Initialize |
Initializes Asn1Universal object from an existing Asn1Reader object.
(Inherited from Asn1Universal) |
MemberwiseClone | (Inherited from Object) |
ToString | (Inherited from Object) |