|
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.218-beta+101eee949414e414795e55a6e73d88938f0177b8
Syntax public 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
BooleanSee Also