ClassHashingAlgorithmsProvider
Class
Central registry for document hash algorithms used by protection features; controls which algorithms are available at runtime.
Definition
Namespace:Telerik.Windows.Documents.Common.Model.Protection
Assembly:Telerik.Windows.Documents.Core.dll
Syntax:
cs-api-definition
public static class HashingAlgorithmsProvider
Inheritance: objectHashingAlgorithmsProvider
Methods
EnforceFips1402()
Enable FIPS 140-2 compliance, excluding non‑approved algorithms; call before any hashing operations to take effect.
Declaration
cs-api-definition
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.