Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

CryptoConfig::AllowOnlyFipsAlgorithms Property

.NET Framework (current version)
 

Indicates whether the runtime should enforce the policy to create only Federal Information Processing Standard (FIPS) certified algorithms.

Namespace:   System.Security.Cryptography
Assembly:  mscorlib (in mscorlib.dll)

public:
property bool AllowOnlyFipsAlgorithms {
	static bool get();
}

Property Value

Type: System::Boolean

true to enforce the policy; otherwise, false.

If false, any algorithm may be created.

.NET Framework
Available since 4.0
Return to top
Show:
© 2017 Microsoft