Class HashingAlgorithmsProvider
Central registry for document hash algorithms used by protection features; controls which algorithms are available at runtime.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Common.Model.Protection
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public static class HashingAlgorithmsProvider
Methods
EnforceFips1402()
Enable FIPS 140-2 compliance, excluding non‑approved algorithms; call before any hashing operations to take effect.
Declaration
public static void EnforceFips1402()
Remarks
Calling this method will cause some hashing algorithms to be excluded from the supported set of algorithms. This method must be call before using any hashing algorithms.