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