Click or drag to resize

Oid2 Methods

The Oid2 type exposes the following members.

Methods
  NameDescription
Public methodEquals
Compares two Oid2 objects for equality.
(Overrides ObjectEquals(Object).)
Public methodStatic memberGetAllOids
Gets all registrations for the specified OID value.
Public methodGetCPSLinks
Gets an array of URL associated with certificate practice statement (CPS). This method fails on any OID groups except IssuancePolicy.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberMapHashToSignatureOid
Converts hashing algorithm OID to appropriate OID from signature group. For example, translates sha1 hashing algorithm to sha1NoSign with the same OID value.
Public methodStatic memberRegister
Registers object identifier in the OID database, either, local or in Active Directory.
Public methodToOid
Gets a generic Oid object from the current object.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodStatic memberUnregister
Unregisters object identifier from OID registration database.
Top
See Also