Oid2 Class

An extended class for Oid class. Extended class provides rich functionality by returning additional OID registration information and OID registration/unregistration capabilities.

Definition

Namespace: SysadminsLV.PKI.Cryptography
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
public sealed class Oid2
Inheritance
Object    Oid2

Constructors

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.

Properties

DistinguishedName Gets the registration path in Active Directory.
FriendlyName 
OidGroup Gets the group at which the identifier is registered
Value 

Methods

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.

See Also