Central registry and factory for hash algorithms used in signature creation and validation by OID.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.DigitalSignatures
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
C#
public static class HashAlgorithmsManager
Inheritance: objectHashAlgorithmsManager
Methods
Determines whether the HashAlgorithmsManager contains a definition of a hash algorithm for the specified OID.
Registers a hash algorithm with the specified object identifier (OID).
C#
public static void RegisterHashAlgorithm(Oid oid, HashAlgorithm hashAlgorithm)
The object identifier that uniquely identifies the hash algorithm.
hashAlgorithmHashAlgorithmThe hash algorithm implementation to register.
Unregisters a hash algorithm for the specified object identifier (OID).
C#
public static void UnregisterHashAlgorithm(Oid oid)
The object identifier of the hash algorithm to unregister.