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