|
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.296-beta+d85e3b6b23676c9fffb3231e358b4f94ad70793d
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