public sealed class Asn1ObjectIdentifier : Asn1UniversalPublic NotInheritable Class Asn1ObjectIdentifier
Inherits Asn1Universalpublic ref class Asn1ObjectIdentifier sealed : public Asn1Universal[<SealedAttribute>]
type Asn1ObjectIdentifier =
class
inherit Asn1Universal
end| Asn1ObjectIdentifier(Asn1Reader) | Initializes a new instance of the Asn1ObjectIdentifier class from an existing Asn1Reader class instance. |
| Asn1ObjectIdentifier(Byte) | Initializes a new instance of the Asn1ObjectIdentifier class from a byte array that represents encoded object identifier. |
| Asn1ObjectIdentifier(Oid) | Initializes a new instance of the Asn1ObjectIdentifier class from an OID object. |
| Asn1ObjectIdentifier(String) | Initializes a new instance of the Asn1ObjectIdentifier class from a string that represents object identifier value. |
| 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. |
| Equals | (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.
(Overrides Asn1UniversalGetDisplayValue) |
| GetHashCode | (Inherited from Object) |
| GetRawData |
Gets the full tag raw data, including header and payload information.
(Inherited from Asn1Universal) |
| GetType | (Inherited from Object) |
| ToString | (Inherited from Object) |