Пример #1
0
 public static int?EncryptionKeySize(this IEnvironmentConfiguration config) => string.IsNullOrEmpty(config.PlatformOrConfigCache(KeyEncryptionKeySize)) ? default(int?) : config.PlatformOrConfigCacheInt(KeyEncryptionKeySize);
 public static int AesTransportEncryptionKeySize(this IEnvironmentConfiguration config) => config.PlatformOrConfigCacheInt(KeyAesTransportEncryptionKeySize, 128);