Summary description for Class1.
Example #1
0
 public Encryptor(EncryptionAlgorithm algId)
 {
     transformer = new EncryptTransformer(algId);
 }
Example #2
0
 public Encryptor(EncryptionAlgorithm algId)
 {
     transformer = new EncryptTransformer(algId);
 }