Beispiel #1
0
 public void SetEncryptor(IEncryptor encryptor)
 {
     Encryptor = Ensures.CurrentOrDefaultEncryption(encryptor);
 }
Beispiel #2
0
 public TextFileReader(IEncryptor encryptor = null)
 {
     Encryptor = Ensures.CurrentOrDefaultEncryption(encryptor);
 }