Oid2 Class |
Namespace: System.Security.Cryptography
The Oid2 type exposes the following members.
Name | Description | |
---|---|---|
![]() | 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, OidGroupEnum, Boolean) |
Initializes a new instance of the Oid2 class from an existing Oid object, OID registration group and search conditions.
|
![]() | Oid2(String, OidGroupEnum, Boolean) |
Initializes a new instance of the Oid2 class using the specified Oid friendly name or value, OID registration group and search conditions.
|
Name | Description | |
---|---|---|
![]() | DistinguishedName |
Gets the registration path in Active Directory.
|
![]() | FriendlyName |
Gets the friendly name of the identifier.
|
![]() | OidGroup |
Gets the group at which the identifier is registered
|
![]() | Value |
Gets the dotted number of the identifier.
|
Name | Description | |
---|---|---|
![]() | Equals |
Compares two Oid2 objects for equality.
(Overrides ObjectEquals(Object).) |
![]() ![]() | 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 | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | MapHashToSignatureOid |
Converts hashing algorithm OID to appropriate OID from signature group. For example, translates
sha1 hashing algorithm to sha1NoSign with the same OID value.
|
![]() ![]() | 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 | Returns a string that represents the current object. (Inherited from Object.) |
![]() ![]() | Unregister |
Unregisters object identifier from OID registration database.
|