public static bool ServiceDisabled(this IEnvironmentConfiguration config) => config.PlatformOrConfigCacheBool(KeyServiceDisabled);
 public static bool AesTransportEncryptionUseCompression(this IEnvironmentConfiguration config) => config.PlatformOrConfigCacheBool(KeyAesTransportEncryptionKey, "true");
Beispiel #3
0
 public static bool AuthAllowInsecureHttp(this IEnvironmentConfiguration config) => config.PlatformOrConfigCacheBool(KeyAuthAllowInsecureHttp, "true");