OidExtensions Class

Contains extension methods for Oid class.

Definition

Namespace: SysadminsLV.PKI.Cryptography
Assembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
C#
public static class OidExtensions
Inheritance
Object    OidExtensions

Methods

Clone Gets a safe copy of Oid instance.
Format Formats current OID instance to textual representation.
MapHashToSignatureOid Converts hashing algorithm OID to appropriate OID from signature group. For example, translates sha1 hashing algorithm to sha1NoSign with the same OID value.

See Also