Ejemplo n.º 1
0
 internal override void krypt2kryptReceived(Session session, bool authentic = false)
 {
     session.deployKrypt2Krypt();
 }
Ejemplo n.º 2
0
 internal override void krypt2kryptReceived(Session session, bool authentic = false)
 {
     //no auth-check in this state of the protocol
     session.deployKrypt2Krypt();
 }