Exemplo n.º 1
0
 public AesCryptographyService(CryptographyConfiguration configuration)
 {
     this.configuration = configuration ?? throw new ArgumentNullException($"{nameof(CryptographyConfiguration)} cannot be null.");
 }
Exemplo n.º 2
0
 public AesCryptographyService() : this(CryptographyConfiguration.GetDefaultConfiguration())
 {
 }