コード例 #1
0
ファイル: Encryptor.cs プロジェクト: schifflee/Terminals
 public Encryptor(EncryptionAlgorithm algId)
 {
     this.transformer = new EncryptTransformer(algId);
 }
コード例 #2
0
ファイル: Encryptor.cs プロジェクト: RSchwoerer/Terminals
 public Encryptor(EncryptionAlgorithm algId)
 {
     this.transformer = new EncryptTransformer(algId);
 }