ObjectIdentifier Class
Namespace: Rebex.Security.Cryptography
Assembly: Rebex.Common.dll (version 7.0.9147)
Represents a cryptographic object identifier.
Syntax
public sealed class ObjectIdentifier
Inherited Members
Constructors
Name | Description |
---|---|
Object |
Initializes a new instance of the Object |
Object |
Initializes a new instance of the Object |
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. |
To |
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. |
To |
Returns a string in dotted number format that represents the current Object |
Operators
Name | Description |
---|---|
Implicit(String to Object |
Converts a String OID to an Object |