Class HashAlgorithmsManager
Defines a hash algorithm factory.
Inheritance
System.Object
HashAlgorithmsManager
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Fixed.Model.DigitalSignatures
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public static class HashAlgorithmsManager
Methods
HasRegisteredHashAlgorithm(Oid)
Determines whether the HashAlgorithmsManager contains a definition of a hash algorithm for the specificied Oid.
Declaration
public static bool HasRegisteredHashAlgorithm(Oid oid)
Parameters
System.Security.Cryptography.Oid
oid
The oid. |
Returns
System.Boolean
|
RegisterHashAlgorithm(Oid, HashAlgorithm)
Registers a hash algorithm.
Declaration
public static void RegisterHashAlgorithm(Oid oid, HashAlgorithm hashAlgorithm)
Parameters
System.Security.Cryptography.Oid
oid
The oid. |
System.Security.Cryptography.HashAlgorithm
hashAlgorithm
The hash algorithm. |
UnregisterHashAlgorithm(Oid)
Unregisters a hash algorithm.
Declaration
public static void UnregisterHashAlgorithm(Oid oid)
Parameters
System.Security.Cryptography.Oid
oid
The oid. |