public sealed class Oid2Public NotInheritable Class Oid2public ref class Oid2 sealed[<SealedAttribute>]
type Oid2 = class end| Oid2(Oid, Boolean) | Initializes a new instance of the Oid2 class from an existing Oid object. |
| Oid2(String, Boolean) | Initializes a new instance of the Oid2 class using the specified Oid friendly name or value and search conditions. |
| Oid2(Oid, OidGroup, Boolean) | Initializes a new instance of the Oid2 class from an existing Oid object, OID registration group and search conditions. |
| Oid2(String, OidGroup, Boolean) | Initializes a new instance of the Oid2 class using the specified Oid friendly name or value, OID registration group and search conditions. |
| DistinguishedName | Gets the registration path in Active Directory. |
| FriendlyName | |
| OidGroup | Gets the group at which the identifier is registered |
| Value |
| Equals |
Compares two Oid2 objects for equality.
(Overrides ObjectEquals(Object)) |
| Format | Formats current OID instance to textual representation. |
| GetAllOids | Gets all registrations for the specified OID value. |
| GetCPSLinks | Gets an array of URL associated with certificate practice statement (CPS). This method fails on any OID groups except IssuancePolicy. |
| GetHashCode |
Serves as a hash function for a particular type.
(Overrides ObjectGetHashCode) |
| GetType | (Inherited from Object) |
| Register | Registers object identifier in the OID database, either, local or in Active Directory. |
| ToOid | Gets a generic Oid object from the current object. |
| ToString | (Inherited from Object) |
| Unregister | Unregisters object identifier from OID registration database. |