Esempio n. 1
0
 public bool Equals(CipherSize other)
 {
     return(this.MinSize == other.MinSize && this.MaxSize == other.MaxSize && this.Skip == other.Skip);
 }
Esempio n. 2
0
 public PasswordGenerator()
 {
     this.CipherSize = new CipherSize(1, 2048, 1);
 }