ObjectIdentifier Class
Namespace: Rebex.Security.Cryptography
Assembly: Rebex.Common.dll (version 7.0.9083)
Represents a cryptographic object identifier.
Syntax
public sealed class ObjectIdentifier
Inherited Members
Constructors
Name | Description |
---|---|
ObjectIdentifier(ObjectIdentifier) | Initializes a new instance of the ObjectIdentifier class using the specified object. |
ObjectIdentifier(String) | Initializes a new instance of the ObjectIdentifier class using the specified OID dotted number string. |
Properties
Name | Description |
---|---|
Value | Gets the dotted number representation of the object identifier. |
Methods
Name | Description |
---|---|
Encode() | Gets an ASN.1 DER-encoded byte array representation of this OID. |
Parse(Byte[]) | Parses an OID from an ASN.1 encoded byte array. |
ToArray() | Returns a byte array that represents the inner content of DER-encoded form of this OID. Note: This is almost never used. Most likely, Encode() should be used instead. |
ToString() | Returns a string in dotted number format that represents the current ObjectIdentifier. |
Operators
Name | Description |
---|---|
Implicit(String to ObjectIdentifier) | Converts a String OID to an ObjectIdentifier. |