[]
Represents a cryptographic object identifier. Defines IDs of many popular cryptographic items such as HASH algorithms, encoding algorithms etc.
public class OID : IEquatable<OID>
| Name | Description |
|---|---|
| OID(string) | Initializes a new instance of the OID class. |
| OID(string, string) | Initializes a new instance of the OID class. |
| Name | Description |
|---|---|
| ID | Gets the dotted number of the identifier. |
| Name | Gets the friendly name of the identifier. |
| Name | Description |
|---|---|
| AreEqual(OID, OID) | Compares two OID objects, returns true if they are equal or both are null. |
| Equals(OID) | Returns true if this instance equals to |
| Equals(object) | |
| GetHashCode() | |
| ToString() | Returns the ID. |
| Name | Description |
|---|---|
| operator ==(OID, OID) | Equality operator. |
| operator !=(OID, OID) | Inequality operator. |