|
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.205-beta+5ef4169f3b1079d8b163dd363614f656bd140924
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