Ejemplo n.º 1
0
 public IMessageEncrypt(IEncryptAlgorithm encrypt)
 {
     this.Encrypt = encrypt;
 }
 public DefaultMessageEncrypt(IEncryptAlgorithm encrypt) : base(encrypt)
 {
 }
 public DefaultMessageEncryptImpl(IEncryptAlgorithm encryptAlgorith)
 {
     this.EncryptAlgorith = encryptAlgorith;
 }