Class HashingAlgorithmsProvider
Represents a hash algorithms provider.
Inheritance
System.Object
HashingAlgorithmsProvider
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.Common.Model.Protection
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public static class HashingAlgorithmsProvider
Methods
EnforceFips1402()
Enforces Federal Information Processing Standard (FIPS) Publication 140-2.
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.