|
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.232-beta+203aa83a5a82d50f387e69875549969ad138d6e0
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();
View SourceProperty Value
Boolean
See Also