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