Exemple #1
0
 private void ApplyInternal(UserPasswordSet p)
 {
     this.State.Apply(p);
 }
Exemple #2
0
 internal void Apply(UserPasswordSet p)
 {
     this.PasswordHash = p.Hash;
     this.Salt         = p.Salt;
 }
Exemple #3
0
 internal void ApplyInternal(UserPasswordSet p)
 {
     PasswordHash = p.Hash;
     Salt         = p.Salt;
 }