CryptoHelper.UseFipsAlgorithmsOnly Property
Namespace: Rebex.Security.Cryptography
Assembly: Rebex.Common.dll (version 7.0.9083)
UseFipsAlgorithmsOnly
Enables or disables an option that specifies whether only FIPS 140-2 compliant cryptographic algorithm providers are to be used.
Declaration
public static bool UseFipsAlgorithmsOnly { get; set; }
Property Value
Type | Description |
---|---|
Boolean | True if only FIPS 140-2 compliant algorithms are to be used; false to allow all supported algorithms. |
Remarks
In .NET Framework 2.0/3.5/4.x, this option reflects the Windows OS settings unless explicitly set to a different value.