Exemplo n.º 1
0
 internal void Authenticate(byte[] password)
 {
     CurrentState.Authenticate(this, password);
 }
Exemplo n.º 2
0
 internal void Authenticate(string password)
 {
     CurrentState.Authenticate(this, password);
 }