|   | CipherSystemAllowsManagedEncryption Property | 
        
        
            Gets a flag that determines if system will allow use of managed, i.e., non-FIPS compliant, security algorithms.
            
        
        Namespace: GSF.Security.CryptographyAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
Syntaxpublic static bool SystemAllowsManagedEncryption { get; }Public Shared ReadOnly Property SystemAllowsManagedEncryption As Boolean
	Get
public:
static property bool SystemAllowsManagedEncryption {
	bool get ();
}static member SystemAllowsManagedEncryption : bool with get
GSF.Security.Cryptography.Cipher.get_SystemAllowsManagedEncryption = function();
Property Value
Boolean See Also
See Also