public void VerifyComm100Platform(AuthComm100Platform auth)
 {
     VerifySharedSecret(auth.SharedSecret);
     VerifyIP(auth.IP);
 }
Exemplo n.º 2
0
 public async Task VerifyComm100Platform(AuthComm100Platform auth)
 {
     await VerifySharedSecret(auth.SharedSecret);
     await VerifyIP(auth.IP);
 }